diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libbsm/Makefile | 2 |
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 |