PERFORCE change 66081 for review
Tom Rhodes
trhodes at FreeBSD.org
Tue Nov 30 01:33:11 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=66081
Change 66081 by trhodes at trhodes_local on 2004/11/30 01:32:51
Install the man pages from libbsm/man into section 5.
Affected files ...
.. //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#5 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/lib/libbsm/Makefile#5 (text+ko) ====
@@ -3,6 +3,7 @@
#
BSMDIR= ${.CURDIR}/../../contrib/bsm
+BSMMANDIR= ${.CURDIR}/../../contrib/bsm/man
LIB= bsm
SHLIB_MAJOR= 1
@@ -20,6 +21,9 @@
INCS= audit_uevents.h libbsm.h
INCSDIR= ${INCLUDEDIR}/bsm
-NOMAN= yes
+MAN= ${BSMMANDIR}/audit_class.5 ${BSMMANDIR}/audit_control.5 \
+ ${BSMMANDIR}/audit_event.5 ${BSMMANDIR}/audit_user.5 \
+ ${BSMMANDIR}/audit_warn.5 ${BSMMANDIR}/auditreduce.1 \
+ ${BSMMANDIR}/praudit.1
.include <bsd.lib.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