PERFORCE change 43301 for review

Robert Watson rwatson at FreeBSD.org
Tue Dec 2 16:12:10 GMT 2003


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

Change 43301 by rwatson at rwatson_powerbook on 2003/12/02 08:11:30

	Install target for extattr_cmds.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/extattr_cmds/Makefile#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/extattr_cmds/Makefile#3 (text+ko) ====

@@ -1,7 +1,8 @@
 
 include ../Makeconfig
 
-all: rmextattr getextattr lsextattr setextattr extattrctl
+PROGS=rmextattr getextattr lsextattr setextattr extattrctl
+all: $(PROGS)
 
 rmextattr: extattrcmds.o
 	gcc -o rmextattr extattrcmds.o ../libextattr/libextattr.a
@@ -18,5 +19,8 @@
 extattrctl: extattrctl.o
 	gcc -o extattrctl extattrctl.o ../libextattr/libextattr.a
 
+install: all
+	install -m 755 -o root -g wheel $(PROGS) /usr/sbin
+
 clean:
-	rm -f *.o rmextattr getextattr lsextattr setextattr extattrctl+	rm -f *.o rmextattr getextattr lsextattr setextattr extattrctl
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