PERFORCE change 106620 for review

Robert Watson rwatson at FreeBSD.org
Sun Sep 24 14:07:10 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106620

Change 106620 by rwatson at rwatson_peppercorn on 2006/09/24 21:06:34

	auditreduce now relies on the OpenBSM config.h so needs a pointer to
	the OpenBSM tree.

Affected files ...

.. //depot/projects/trustedbsd/audit3/usr.sbin/auditreduce/Makefile#4 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/usr.sbin/auditreduce/Makefile#4 (text+ko) ====

@@ -5,6 +5,8 @@
 OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
 .PATH: ${OPENBSMDIR}/bin/auditreduce
 
+CFLAGS+=	-I${OPENBSMDIR}
+
 PROG=	auditreduce
 MAN=	auditreduce.1
 


More information about the p4-projects mailing list