PERFORCE change 97363 for review

Rob Deker deker at FreeBSD.org
Wed May 17 19:01:54 UTC 2006


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

Change 97363 by deker at sebsd_build on 2006/05/17 19:00:51

	Remove old version policy install bits.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/etc/Makefile#15 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/etc/Makefile#15 (text+ko) ====

@@ -141,10 +141,6 @@
 	cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
 	    ${SSL} ${DESTDIR}/etc/ssl
 .endif
-.if exists(${.CURDIR}/../contrib/sebsd)
-	(cd ${.CURDIR}/../contrib/sebsd/policy; cpio -p -R${BINOWN}:${BINGRP} ${DESTDIR}/etc/security/sebsd/policy < files.lst)
-	(cd ${DESTDIR}/etc/security/sebsd/policy; ${MAKE} install)
-.endif
 .if ${MK_KERBEROS} != "no"
 	cd ${.CURDIR}/root; \
 	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \


More information about the trustedbsd-cvs mailing list