Date: Sun, 24 Sep 2006 21:07:09 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 106620 for review Message-ID: <200609242107.k8OL79LB082748@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106620 Change 106620 by rwatson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609242107.k8OL79LB082748>