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:
rwatson 2006-09-01 05:21:45 +00:00
parent ccda04f5c0
commit 7313caf832

View File

@ -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