PERFORCE change 96043 for review

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


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

Change 96043 by csjp at csjp_xor on 2006/04/25 00:48:02

	Hook audit_submit.3 into the build

Affected files ...

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

Differences ...

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

@@ -27,7 +27,7 @@
 #
 # Must use BSM include files from within the contrib area, not the system.
 #
-CFLAGS+=	-I${OPENBSMDIR} -I${LIBBSMDIR} -I${.CURDIR}/../../sys
+CFLAGS+=	-Wall -I${OPENBSMDIR} -I${LIBBSMDIR} -I${.CURDIR}/../../sys
 
 INCS=		audit_uevents.h libbsm.h
 INCSDIR=	${INCLUDEDIR}/bsm
@@ -40,7 +40,8 @@
 	au_io.3								\
 	au_mask.3							\
 	au_token.3							\
-	au_user.3
+	au_user.3							\
+	audit_submit.3
 
 #
 # It seems like maybe some of these should be installed separately, since


More information about the trustedbsd-cvs mailing list