Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2003 15:02:55 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42851 for review
Message-ID:  <200311202302.hAKN2tYK010209@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42851

Change 42851 by rwatson@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311202302.hAKN2tYK010209>