mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
Don't override LIB*DIR variables from src.libnames.mk.
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
0ad6065cc8
commit
43b2ead96a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291617
@ -3,19 +3,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
OPENBSMDIR= ${.CURDIR}/../../contrib/openbsm
|
OPENBSMDIR= ${.CURDIR}/../../contrib/openbsm
|
||||||
LIBAUDITDDIR= ${OPENBSMDIR}/libauditd
|
_LIBAUDITDDIR= ${OPENBSMDIR}/libauditd
|
||||||
LIBBSMDIR= ${OPENBSMDIR}/libbsm
|
_LIBBSMDIR= ${OPENBSMDIR}/libbsm
|
||||||
|
|
||||||
LIB= auditd
|
LIB= auditd
|
||||||
|
|
||||||
.PATH: ${LIBAUDITDDIR}
|
.PATH: ${_LIBAUDITDDIR}
|
||||||
|
|
||||||
SRCS= auditd_lib.c
|
SRCS= auditd_lib.c
|
||||||
|
|
||||||
#
|
#
|
||||||
# Must use BSM include files from within the contrib area, not the system.
|
# Must use BSM include files from within the contrib area, not the system.
|
||||||
#
|
#
|
||||||
CFLAGS+= -I${OPENBSMDIR} -I${LIBBSMDIR}
|
CFLAGS+= -I${OPENBSMDIR} -I${_LIBBSMDIR}
|
||||||
|
|
||||||
WARNS?= 3
|
WARNS?= 3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user