From b8f3034c1fd05ee470a08641447b82ae96956882 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 1 Sep 2006 05:21:45 +0000 Subject: [PATCH] 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 --- lib/libbsm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libbsm/Makefile b/lib/libbsm/Makefile index d4e71ce6e369..6f57d4173105 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