summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2012-06-28 06:18:46 +0000
committerguenther <guenther@openbsd.org>2012-06-28 06:18:46 +0000
commitda179bac86e2a84196cf846d35e4388bb769c06b (patch)
tree6dc5a47ed74c9170bf1b3e44a1a3630666f67a46 /lib/libpthread
parentRemove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed (diff)
downloadwireguard-openbsd-da179bac86e2a84196cf846d35e4388bb769c06b.tar.xz
wireguard-openbsd-da179bac86e2a84196cf846d35e4388bb769c06b.zip
librthread has eaten libpthread, so build includes via the former instead
of the latter. Permits the misleading lib/libpthread/Makefile to be removed discussed with deraadt@
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
deleted file mode 100644
index e96ae83e0f0..00000000000
--- a/lib/libpthread/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $OpenBSD: Makefile,v 1.25 2012/06/21 02:46:38 deraadt Exp $
-
-#
-# librthread still uses this
-#
-
-SRCDIR= ${.CURDIR}
-LIBCSRCDIR= ${.CURDIR}/../libc
-
-.include "${SRCDIR}/include/Makefile.inc"
-.include "${SRCDIR}/sys/Makefile.inc"
-.include "${SRCDIR}/thread/Makefile.inc"
-.include "${SRCDIR}/uthread/Makefile.inc"
-.include "${SRCDIR}/man/Makefile.inc"
-
-.include <bsd.lib.mk>