PERFORCE change 42851 for review
Robert Watson
rwatson at FreeBSD.org
Thu Nov 20 23:02:55 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=42851
Change 42851 by rwatson at rwatson_powerbook on 2003/11/20 15:02:41
Add install and clean targets to libextattr and libmac.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/libextattr/Makefile#2 edit
.. //depot/projects/trustedbsd/sedarwin/libmac/Makefile#2 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/libextattr/Makefile#2 (text+ko) ====
@@ -6,3 +6,10 @@
libextattr.a: $(OBJS)
ar cr $@ $(OBJS)
ranlib $@
+
+install:
+ install -m 444 -o root -g wheel libextattr.a /usr/lib
+
+clean:
+ rm -f $(OBJS) libextattr.a
+
==== //depot/projects/trustedbsd/sedarwin/libmac/Makefile#2 (text+ko) ====
@@ -5,4 +5,10 @@
libmac.a: $(OBJS)
ar cr $@ $(OBJS)
- ranlib $@+ ranlib $@
+
+install:
+ install -m 444 -o root -g wheel libmac.a /usr/lib
+
+clean:
+ rm -f $(OBJS) libmac.a
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