PERFORCE change 53575 for review
Robert Watson
rwatson at FreeBSD.org
Thu May 27 01:46:36 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=53575
Change 53575 by rwatson at rwatson_paprika on 2004/05/26 18:46:13
Add the contrib/bsm/man directory to the build source for
praudit and auditreduce.
Affected files ...
.. //depot/projects/trustedbsd/audit2/usr.sbin/auditreduce/Makefile#2 edit
.. //depot/projects/trustedbsd/audit2/usr.sbin/praudit/Makefile#2 edit
Differences ...
==== //depot/projects/trustedbsd/audit2/usr.sbin/auditreduce/Makefile#2 (text+ko) ====
@@ -1,14 +1,9 @@
# $FreeBSD$
-BSMBINDIR= ${.CURDIR}/../../contrib/bsm/bin
-.PATH: {$BSMBINDIR}
+BSMDIR= ${.CURDIR}/../../contrib/bsm
+.PATH: ${BSMDIR}/bin ${BSMDIR}/man
PROG= auditreduce
LDADD= -lbsm
-#
-# There are man pages, but they're in bsm/man, and I'm not sure how to
-# get bsd.bin.mk to do the right thing yet.
-#
-NOMAN= true
.include <bsd.prog.mk>
==== //depot/projects/trustedbsd/audit2/usr.sbin/praudit/Makefile#2 (text+ko) ====
@@ -1,14 +1,9 @@
# $FreeBSD$
-BSMBINDIR= ${.CURDIR}/../../contrib/bsm/bin
-.PATH: {$BSMBINDIR}
+BSMDIR= ${.CURDIR}/../../contrib/bsm
+.PATH: ${BSMDIR}/bin ${BSMDIR}/man
PROG= praudit
LDADD= -lbsm
-#
-# There are man pages, but they're in bsm/man, and I'm not sure how to
-# get bsd.bin.mk to do the right thing yet.
-#
-NOMAN= true
.include <bsd.prog.mk>
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list