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:
Robert Watson 2006-09-01 05:21:45 +00:00
parent 8070de6398
commit b8f3034c1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161795

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