Date: Tue, 25 Apr 2006 00:48:19 GMT From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 96043 for review Message-ID: <200604250048.k3P0mJBT056979@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96043 Change 96043 by csjp@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604250048.k3P0mJBT056979>