PERFORCE change 52147 for review

Chris Vance cvance at FreeBSD.org
Mon May 3 17:13:56 GMT 2004


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

Change 52147 by cvance at cvance_g5 on 2004/05/03 10:13:40

	Add the policy subdirectory to the list of things to install
	Use /private/etc instead of /etc 

Affected files ...

.. //depot/projects/trustedbsd/sedarwin73/Makefile#2 edit
.. //depot/projects/trustedbsd/sedarwin73/etc/Makefile#3 edit
.. //depot/projects/trustedbsd/sedarwin73/export/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin73/Makefile#2 (text+ko) ====

@@ -10,6 +10,7 @@
 	extattr_cmds \
 	mac_cmds \
 	sebsd_cmds \
+	policy \
 	apsl/file_cmds \
 	apsl/bootstrap_cmds
 

==== //depot/projects/trustedbsd/sedarwin73/etc/Makefile#3 (text+ko) ====

@@ -5,7 +5,7 @@
 install:
 	cd ${.CURDIR}; \
 		${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
-		$(ETCFILES) ${DESTDIR}/etc; 
+		$(ETCFILES) ${DESTDIR}/private/etc; 
 
 
-.include <bsd.prog.mk>+.include <bsd.prog.mk>

==== //depot/projects/trustedbsd/sedarwin73/export/Makefile#2 (text+ko) ====

@@ -1,6 +1,6 @@
 include ../Makeconfig
 
-DIRS=	$(DESTDIR)/etc \
+DIRS=	$(DESTDIR)/private/etc \
 	$(DESTDIR)/bin \
 	$(DESTDIR)/usr/bin \
 	$(DESTDIR)/usr/lib \
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list