summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-11-15 11:11:00 +0000
committercgd <cgd@NetBSD.org>1993-11-15 11:11:00 +0000
commit93e4e1b5ae9b7dc5f08da8c677b86254fa9d1060 (patch)
treeb700ce47992004a2c4bf57db241c619ee38670d9 /lib/libpthread
parentdde22728d4b183bd33b682b43e43bcc70fb4cdb4 (diff)
correct my bad advice
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index 77c8ccae205..a6a599f8639 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -8,13 +8,11 @@ CFLAGS+= ${CPPFLAGS}
.include "${.CURDIR}/arch/${MACHINE}/Makefile.inc"
.include "${.CURDIR}/pthreads/Makefile.inc"
-all: includelinks
-
-beforedepend: includelinks
+all beforedepend: pthread
CLEANFILES+=pthread
-includelinks:
+pthread:
if [ ! -e pthread ]; then; \
ln -s ${.CURDIR}/include pthread; \
fi