]> git.pld-linux.org Git - projects/setup.git/blobdiff - Makefile
- iocharset is deprecated
[projects/setup.git] / Makefile
index 5873a2dafd4a9cf623a27ee412592df3018cf3b9..6543ecddd3cc473e33d27ffc0b98ff5bff077ebb 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.6
+VERSION                = 2.4.10
 
 CC             = gcc
 OPT_FLAGS      = -O2 -g
@@ -11,15 +11,17 @@ SBINDIR             = /sbin
 ETCDIR         = /etc
 PROFILEDIR     = $(ETCDIR)/profile.d
 ENVDIR         = $(ETCDIR)/env.d
+SHRCDIR                = $(ETCDIR)/shrc.d
 #########################################
 
 BIN_FILES      = joinpasswd
 DOCS           = ChangeLog
 ETC_FILES      = filesystems fstab group host.conf hosts motd mtab \
            netgroup passwd profile protocols resolv.conf securetty \
-           services shells
+           services shells suid_profile
 PROFILE_FILES  = tmp-dir.csh tmp-dir.sh
-ENV_FILES      = EDITOR HISTFILESIZE HOME_ETC NNTPSERVER ORGANIZATION VISUAL
+ENV_FILES      = EDITOR HISTFILESIZE HOME_ETC MAILCHECK MAILPATH \
+           NNTPSERVER ORGANIZATION TMOUT VISUAL
 
 SOURCES                = joinpasswd.c
 CLEAN          = $(BIN_FILES) *.o core *.tar.gz *.tar.bz2 *~ *.swp
@@ -51,6 +53,7 @@ dist: clean
        
        $(INSTALL) -d setup-$(VERSION)/etc/profile.d
        $(INSTALL) -d setup-$(VERSION)/etc/env.d
+       $(INSTALL) -d setup-$(VERSION)/etc/shrc.d
        $(INSTALL) $(DOCS) $(SOURCES) Makefile setup-$(VERSION)
        for file in $(ETC_FILES); do \
                $(INSTALL) etc/$$file setup-$(VERSION)/etc; \
This page took 0.054362 seconds and 4 git commands to generate.