]> git.pld-linux.org Git - projects/setup.git/commitdiff
- add update-fstab postshell from sources
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 May 2008 10:22:36 +0000 (10:22 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 27 May 2008 10:22:36 +0000 (10:22 +0000)
- version 2.5.6 (to be bigger than FC2 has)

Changed files:
    Makefile -> 1.18

Makefile

index 24856b981dac9c5ae941a493002018c8299b5ee8..c37349365f0066ceb858ce1567c567a51e737cbd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Very basic and very simple Makefile. Maybe it would be nice to make it
 # in ac/am.... but I'm too lazy ;)
-# 
-VERSION                = 2.4.13
+#
+VERSION                = 2.5.6
 
 CC             = gcc
 OPT_FLAGS      = -O2 -g
@@ -14,7 +14,7 @@ ENVDIR                = $(ETCDIR)/env.d
 SHRCDIR                = $(ETCDIR)/shrc.d
 #########################################
 
-BIN_FILES      = joinpasswd
+BIN_FILES      = joinpasswd update-fstab postshell
 DOCS           = ChangeLog
 ETC_FILES      = filesystems fstab group host.conf hosts motd mtab \
            netgroup passwd profile protocols resolv.conf securetty \
@@ -23,13 +23,15 @@ PROFILE_FILES       = tmp-dir.csh tmp-dir.sh
 ENV_FILES      = EDITOR HISTFILESIZE HOME_ETC MAILCHECK MAILPATH \
            NNTPSERVER ORGANIZATION TMOUT VISUAL
 
-SOURCES                = joinpasswd.c
+SOURCES                = joinpasswd.c update-fstab.c postshell.c
 CLEAN          = $(BIN_FILES) *.o core *.tar.gz *.tar.bz2 *~ *.swp
 
 #########################################
-all: joinpasswd
+all: $(BIN_FILES)
 
 joinpasswd: joinpasswd.o
+update-fstab: update-fstab.o
+postshell: postshell.o
 
 .c.o:
        $(CC) $(CPPFLAGS) $(CFLAGS) $(CDEFS) -c $< -o $@
This page took 0.12024 seconds and 4 git commands to generate.