PERFORCE change 96044 for review

Christian S.J. Peron csjp at FreeBSD.org
Tue Apr 25 00:53:29 UTC 2006


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

Change 96044 by csjp at csjp_xor on 2006/04/25 00:52:29

	Woops, back out a CFLAGS += -WALL that snuck in with my previous submit

Affected files ...

.. //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#17 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#17 (text+ko) ====

@@ -27,7 +27,7 @@
 #
 # Must use BSM include files from within the contrib area, not the system.
 #
-CFLAGS+=	-Wall -I${OPENBSMDIR} -I${LIBBSMDIR} -I${.CURDIR}/../../sys
+CFLAGS+=	-I${OPENBSMDIR} -I${LIBBSMDIR} -I${.CURDIR}/../../sys
 
 INCS=		audit_uevents.h libbsm.h
 INCSDIR=	${INCLUDEDIR}/bsm


More information about the trustedbsd-cvs mailing list