Date: Sat, 21 May 2005 17:45:34 GMT From: Tom Rhodes <trhodes@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 77254 for review Message-ID: <200505211745.j4LHjYJD066942@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=77254 Change 77254 by trhodes@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505211745.j4LHjYJD066942>