1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

auditreduce now requires OpenBSM's config/config.h, so add that to the

build include path.

MFC after:	3 days
Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2006-09-25 11:56:20 +00:00
parent e6c054f607
commit be3ca90685
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162629

View File

@ -5,6 +5,8 @@
OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
.PATH: ${OPENBSMDIR}/bin/auditreduce
CFLAGS+= -I${OPENBSMDIR}
PROG= auditreduce
MAN= auditreduce.1