PERFORCE change 42852 for review

Robert Watson rwatson at FreeBSD.org
Thu Nov 20 15:05:00 PST 2003


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

Change 42852 by rwatson at rwatson_powerbook on 2003/11/20 15:03:57

	Install and clean targets.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/mac_cmds/getfmac/Makefile#2 edit
.. //depot/projects/trustedbsd/sedarwin/mac_cmds/getpmac/Makefile#2 edit
.. //depot/projects/trustedbsd/sedarwin/mac_cmds/mexec/Makefile#2 edit
.. //depot/projects/trustedbsd/sedarwin/mac_cmds/setfsmac/Makefile#2 edit
.. //depot/projects/trustedbsd/sedarwin/mac_cmds/setpmac/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/mac_cmds/getfmac/Makefile#2 (text+ko) ====

@@ -3,3 +3,7 @@
 
 getfmac: getfmac.o
 	gcc -o getfmac getfmac.o ../../libmac/libmac.a
+install:
+	install -m 755 -o root -g wheel getfmac /usr/sbin
+clean:
+	rm -f getmac.o getfmac

==== //depot/projects/trustedbsd/sedarwin/mac_cmds/getpmac/Makefile#2 (text+ko) ====

@@ -3,3 +3,7 @@
 
 getpmac: getpmac.o
 	gcc -o getpmac getpmac.o ../../libmac/libmac.a
+install:
+	install -m 755 -o root -g wheel getpmac /usr/sbin
+clean:
+	rm -f getpmac.o getpmac

==== //depot/projects/trustedbsd/sedarwin/mac_cmds/mexec/Makefile#2 (text+ko) ====

@@ -3,3 +3,7 @@
 
 mexec: mexec.o
 	gcc -o mexec mexec.o ../../libmac/libmac.a
+install:
+	install -m 755 -o root -g wheel mexec /usr/sbin
+clean:
+	rm -f mexec.o mexec

==== //depot/projects/trustedbsd/sedarwin/mac_cmds/setfsmac/Makefile#2 (text+ko) ====

@@ -3,3 +3,7 @@
 
 setfsmac: setfsmac.o
 	gcc -o setfsmac setfsmac.o ../../libmac/libmac.a
+install:
+	install -m 755 -o root -g wheel setfsmac /usr/sbin
+clean:
+	rm -f setfsmac setfsmac.o

==== //depot/projects/trustedbsd/sedarwin/mac_cmds/setpmac/Makefile#2 (text+ko) ====

@@ -3,3 +3,7 @@
 
 setpmac: setpmac.o
 	gcc -o setpmac setpmac.o ../../libmac/libmac.a
+install:
+	install -m 755 -o root -g wheel setpmac /usr/sbin
+clean:
+	rm -f setpmac.o setpmac


More information about the p4-projects mailing list