PERFORCE change 43300 for review
Chris Vance
cvance at FreeBSD.org
Tue Dec 2 16:11:08 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=43300
Change 43300 by cvance at cvance_osx_laptop on 2003/12/02 08:10:47
Add 'clean' target
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/mac_cmds/Makefile#2 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/mac_cmds/Makefile#2 (text+ko) ====
@@ -5,6 +5,12 @@
(cd mexec ; make)
(cd setfsmac ; make)
+clean:
+ (cd getfmac ; make clean)
+ (cd getpmac ; make clean)
+ (cd mexec ; make clean)
+ (cd setfsmac ; make clean)
+
install:
(cd getfmac ; make install)
(cd getpmac ; make install)
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