setup: Makefile - added grouprename program

baggins baggins at pld-linux.org
Mon Jan 26 19:26:54 CET 2009


Author: baggins                      Date: Mon Jan 26 18:26:54 2009 GMT
Module: setup                         Tag: HEAD
---- Log message:
- added grouprename program

---- Files affected:
setup:
   Makefile (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: setup/Makefile
diff -u setup/Makefile:1.24 setup/Makefile:1.25
--- setup/Makefile:1.24	Sun Jan 25 23:55:28 2009
+++ setup/Makefile	Mon Jan 26 19:26:49 2009
@@ -14,7 +14,7 @@
 SHRCDIR		= $(ETCDIR)/shrc.d
 #########################################
 
-BIN_FILES	= joinpasswd update-fstab postshell
+BIN_FILES	= joinpasswd update-fstab postshell grouprename
 DOCS		= ChangeLog
 ETC_FILES	= filesystems fstab group host.conf hosts motd mtab \
 	    netgroup passwd profile protocols resolv.conf securetty \
@@ -23,7 +23,7 @@
 ENV_FILES	= EDITOR HISTFILESIZE HOME_ETC MAILCHECK MAILPATH \
 	    NNTPSERVER ORGANIZATION TMOUT VISUAL
 
-SOURCES		= joinpasswd.c update-fstab.c postshell.c
+SOURCES		= joinpasswd.c update-fstab.c postshell.c grouprename.c
 CLEAN		= $(BIN_FILES) *.o core *.tar.gz *.tar.bz2 *~ *.swp
 
 #########################################
@@ -32,6 +32,7 @@
 joinpasswd: joinpasswd.o
 update-fstab: update-fstab.o
 postshell: postshell.o
+grouprename: grouprename.o
 
 .c.o:
 	$(CC) $(CPPFLAGS) $(CFLAGS) $(CDEFS) -c $< -o $@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/setup/Makefile?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list