PERFORCE change 97280 for review
Todd Miller
millert at FreeBSD.org
Tue May 16 19:03:23 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=97280
Change 97280 by millert at millert_p4 on 2006/05/16 19:02:20
Build new checkpolicy
Affected files ...
.. //depot/projects/trustedbsd/sebsd/usr.bin/Makefile#13 edit
.. //depot/projects/trustedbsd/sebsd/usr.bin/checkpolicy/Makefile#1 add
Differences ...
==== //depot/projects/trustedbsd/sebsd/usr.bin/Makefile#13 (text+ko) ====
@@ -32,6 +32,7 @@
${_catman} \
chat \
checknr \
+ ${_checkpolicy} \
${_chkey} \
chpass \
cksum \
@@ -326,4 +327,8 @@
_smbutil= smbutil
.endif
+.if !defined(NO_SEBSD)
+_checkpolicy= checkpolicy
+.endif
+
.include <bsd.subdir.mk>
More information about the trustedbsd-cvs
mailing list