summaryrefslogtreecommitdiffstats
path: root/lib/libbsm
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-09-01 05:21:45 +0000
committerrwatson <rwatson@FreeBSD.org>2006-09-01 05:21:45 +0000
commit7313caf8321f197da17602b662fe2e143e24d5b9 (patch)
tree3ed7b55f12d80b8a34be427cc732d990b456a06f /lib/libbsm
parentccda04f5c0e9b4629d6b1ccd904b042a1ec870c9 (diff)
downloadFreeBSD-src-7313caf8321f197da17602b662fe2e143e24d5b9.zip
FreeBSD-src-7313caf8321f197da17602b662fe2e143e24d5b9.tar.gz
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
Diffstat (limited to 'lib/libbsm')
-rw-r--r--lib/libbsm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbsm/Makefile b/lib/libbsm/Makefile
index d4e71ce..6f57d41 100644
--- a/lib/libbsm/Makefile
+++ b/lib/libbsm/Makefile
@@ -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
OpenPOWER on IntegriCloud