diff options
author | ru <ru@FreeBSD.org> | 2004-01-13 17:38:42 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-01-13 17:38:42 +0000 |
commit | 7b4183345ae0ca684741651e57dd1823a7e42961 (patch) | |
tree | ea44d5666c66f1aaf063f489d90f24e06094d27c /lib/libpam | |
parent | b48a558a6b3a15ee90e6fe4c21cde7fa15c06e68 (diff) | |
download | FreeBSD-src-7b4183345ae0ca684741651e57dd1823a7e42961.zip FreeBSD-src-7b4183345ae0ca684741651e57dd1823a7e42961.tar.gz |
bsd.dep.mk,v 1.43 allows us to replace a hack with a solution.
Diffstat (limited to 'lib/libpam')
-rw-r--r-- | lib/libpam/libpam/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpam/libpam/Makefile b/lib/libpam/libpam/Makefile index 6a63313..2b17886 100644 --- a/lib/libpam/libpam/Makefile +++ b/lib/libpam/libpam/Makefile @@ -152,11 +152,11 @@ CLEANFILES+= openpam_static.o \ openpam_static_modules.o: openpam_static.o ${STATIC_MODULES} ${LD} -o ${.TARGET} -r --whole-archive ${.ALLSRC} +# Can't put openpam_static.c in SRCS but want .o in .depend. +DPSRCS= openpam_static.c + # Headers INCS= ${HEADERS} ${ADD_HEADERS} INCSDIR= ${INCLUDEDIR}/security .include <bsd.lib.mk> - -# Can't put openpam_static.c in SRCS but want it in .depend. -${DEPENDFILE}: openpam_static.c |