PERFORCE change 77254 for review

Tom Rhodes trhodes at FreeBSD.org
Sat May 21 10:45:36 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=77254

Change 77254 by trhodes at trhodes_local on 2005/05/21 17:45:16

	Add manual pages for the mac_chkexec(4) policy and its userland
	utilities.  Attach these manual pages to the build, probably will
	need another pass later.

Affected files ...

.. //depot/projects/trustedbsd/mac/share/man/man4/Makefile#50 edit
.. //depot/projects/trustedbsd/mac/share/man/man4/mac_chkexec.4#1 add
.. //depot/projects/trustedbsd/mac/usr.sbin/getfhash/Makefile#5 edit
.. //depot/projects/trustedbsd/mac/usr.sbin/getfhash/getfhash.8#1 add
.. //depot/projects/trustedbsd/mac/usr.sbin/getfhash/setfhash.8#1 add

Differences ...

==== //depot/projects/trustedbsd/mac/share/man/man4/Makefile#50 (text+ko) ====

@@ -132,6 +132,7 @@
 	lpbb.4 \
 	lpt.4 \
 	mac.4 \
+	mac_chkexec.4 \
 	mac_biba.4 \
 	mac_bsdextended.4 \
 	mac_ifoff.4 \

==== //depot/projects/trustedbsd/mac/usr.sbin/getfhash/Makefile#5 (text+ko) ====

@@ -1,8 +1,9 @@
 PROG=	getfhash
 LINKS=  ${BINDIR}/getfhash ${BINDIR}/setfhash
-NO_MAN=	
 WARNS=	6
 
+MAN=	getfhash.8 setfhash.8
+
 CFLAGS+=-I${.CURDIR}/../../sys/
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list