PERFORCE change 79141 for review
Robert Watson
rwatson at FreeBSD.org
Wed Jun 29 11:47:51 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79141
Change 79141 by rwatson at rwatson_zoo on 2005/06/29 11:47:35
Abuse .PATH less.
Affected files ...
.. //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#8 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#8 (text+ko) ====
@@ -3,11 +3,12 @@
#
OPENBSMDIR= ${.CURDIR}/../../contrib/openbsm
+LIBBSMDIR= ${OPENBSMDIR}/libbsm
LIB= bsm
SHLIB_MAJOR= 1
-.PATH: ${OPENBSMDIR}/libbsm
+.PATH: ${LIBBSMDIR}
SRCS= bsm_audit.c \
bsm_class.c \
@@ -24,7 +25,7 @@
#
# Must use BSM include files from within the contrib area, not the system.
#
-CFLAGS+= -I${OPENBSMDIR} ${.PATH}-I ${.CURDIR}/../../sys
+CFLAGS+= -I${OPENBSMDIR} -I${LIBBSMDIR} -I${.CURDIR}/../../sys
INCS= libbsm.h
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