PERFORCE change 53576 for review
Robert Watson
rwatson at FreeBSD.org
Thu May 27 02:02:56 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=53576
Change 53576 by rwatson at rwatson_paprika on 2004/05/26 19:01:56
Update CFLAGS.
Affected files ...
.. //depot/projects/trustedbsd/audit2/lib/libbsm/Makefile#2 edit
Differences ...
==== //depot/projects/trustedbsd/audit2/lib/libbsm/Makefile#2 (text+ko) ====
@@ -1,7 +1,7 @@
# $FreeBSD$
-LIBBSMDIR= ${.CURDIR}/../../contrib/bsm/lib
-.PATH: ${LIBBSMDIR}
+BSMDIR= ${.CURDIR}/../../contrib/bsm
+.PATH: ${BSMDIR}/lib ${BSMDIR}/man
LIB= bsm
SHLIB_MAJOR= 1
@@ -9,6 +9,6 @@
bsm_event.c bsm_flags.c bsm_io.c bsm_mask.c bsm_notify.c \
bsm_token.c bsm_user.c lib_wrappers.c
INCS= audit_uevents.h libbsm.h
-CFLAGS+= -I${LIBBSMDIR}
+CFLAGS+= -I${BSMDIR}/lib
.include <bsd.lib.mk>
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list