summaryrefslogtreecommitdiff
path: root/lib/libc_r/TEST
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-03-24 23:19:57 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-03-24 23:19:57 +0000
commit7a81e0886ecbd93c8d18dfd04af61e342bc192f1 (patch)
tree877dab16713abfc308f8fa37b18259b901520ea9 /lib/libc_r/TEST
parente2d47577af2eb5019e800f16b7e19c868334c608 (diff)
allow make depend to work
Diffstat (limited to 'lib/libc_r/TEST')
-rw-r--r--lib/libc_r/TEST/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/TEST/Makefile b/lib/libc_r/TEST/Makefile
index 87fb10b79b1..2b0ad311118 100644
--- a/lib/libc_r/TEST/Makefile
+++ b/lib/libc_r/TEST/Makefile
@@ -15,7 +15,7 @@ DEBUG = -ggdb
CFLAGS += -DSRCDIR='"${.CURDIR}"'
LDLIBS += -pthread -lm ${LDSTATIC}
DPADD += ${LIBC_R}
-MKDEP = -p
+MKDEP = -p -pthread
# This list used to include test_select, but that test doesn't terminate.
TESTS = test_create test_pthread_join test_switch test_sleep test_readdir \