summaryrefslogtreecommitdiffstats
path: root/usr.sbin/auditreduce
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-09-25 11:56:20 +0000
committerrwatson <rwatson@FreeBSD.org>2006-09-25 11:56:20 +0000
commit00ae999bcddcf508181bdac746c831462a1e9718 (patch)
tree300bfb59615e7b5f3e89c990dad6f48d4e50c899 /usr.sbin/auditreduce
parent9532b696ac3e0e670b3ba86965c830045ea20ff9 (diff)
downloadFreeBSD-src-00ae999bcddcf508181bdac746c831462a1e9718.zip
FreeBSD-src-00ae999bcddcf508181bdac746c831462a1e9718.tar.gz
auditreduce now requires OpenBSM's config/config.h, so add that to the
build include path. MFC after: 3 days Obtained from: TrustedBSD Project
Diffstat (limited to 'usr.sbin/auditreduce')
-rw-r--r--usr.sbin/auditreduce/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/auditreduce/Makefile b/usr.sbin/auditreduce/Makefile
index ed4b748..73b355d 100644
--- a/usr.sbin/auditreduce/Makefile
+++ b/usr.sbin/auditreduce/Makefile
@@ -5,6 +5,8 @@
OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
.PATH: ${OPENBSMDIR}/bin/auditreduce
+CFLAGS+= -I${OPENBSMDIR}
+
PROG= auditreduce
MAN= auditreduce.1
OpenPOWER on IntegriCloud