mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
bsd.dep.mk,v 1.43 allows us to replace a hack with a solution.
This commit is contained in:
parent
11dc929821
commit
9bf5abe215
1 changed files with 3 additions and 3 deletions
|
|
@ -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 a new issue