mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 11:22:43 +00:00
Remove curdir reference in libbsm build; this is not required as the
include path will already point to the populated include tree. This is left over from boot-strapping the build and install of libbsm during the initial import and merge. Obtained from: TrustedBSD Project Pointed out by: ru
This commit is contained in:
parent
8070de6398
commit
b8f3034c1f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161795
@ -27,7 +27,7 @@ SRCS= bsm_audit.c \
|
||||
#
|
||||
# Must use BSM include files from within the contrib area, not the system.
|
||||
#
|
||||
CFLAGS+= -I${OPENBSMDIR} -I${LIBBSMDIR} -I${.CURDIR}/../../sys
|
||||
CFLAGS+= -I${OPENBSMDIR} -I${LIBBSMDIR}
|
||||
|
||||
INCS= audit_uevents.h libbsm.h
|
||||
INCSDIR= ${INCLUDEDIR}/bsm
|
||||
|
Loading…
Reference in New Issue
Block a user