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:
+1
-1
@@ -27,7 +27,7 @@ SRCS= bsm_audit.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} -I${.CURDIR}/../../sys
|
CFLAGS+= -I${OPENBSMDIR} -I${LIBBSMDIR}
|
||||||
|
|
||||||
INCS= audit_uevents.h libbsm.h
|
INCS= audit_uevents.h libbsm.h
|
||||||
INCSDIR= ${INCLUDEDIR}/bsm
|
INCSDIR= ${INCLUDEDIR}/bsm
|
||||||
|
|||||||
Reference in New Issue
Block a user