bsd.dep.mk,v 1.43 allows us to replace a hack with a solution.
This commit is contained in:
parent
11dc929821
commit
9bf5abe215
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124491
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user