diff options
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r-- | lib/libpthread/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 31c09dc..3d7c890 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -39,9 +39,3 @@ PRECIOUSLIB= yes .include "${.CURDIR}/thread/Makefile.inc" .include <bsd.lib.mk> - -# Can't put thr_support.c in SRCS but want it in .depend. -${DEPENDFILE}: thr_support.c - -# LIBC_PIC is defined only after <bsd.lib.mk> is included. -thr_libc.So: ${LIBC_PIC} |