Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2006 19:02:53 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97280 for review
Message-ID:  <200605161902.k4GJ2rmc074255@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97280

Change 97280 by millert@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605161902.k4GJ2rmc074255>