]> git.pld-linux.org Git - projects/setup.git/blobdiff - Makefile
- ChangeLog update by changelog.sh
[projects/setup.git] / Makefile
index ba3d230c57cb4c7117a79a6ea952f91ab10a57fa..48c93ad3697a0bda9f8db85d56ad5de54f9ef97d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,10 @@ 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
@@ -50,6 +51,7 @@ install:
 dist: clean
        
        $(INSTALL) -d setup-$(VERSION)/etc/profile.d
+       $(INSTALL) -d setup-$(VERSION)/etc/env.d
        $(INSTALL) $(DOCS) $(SOURCES) Makefile setup-$(VERSION)
        for file in $(ETC_FILES); do \
                $(INSTALL) etc/$$file setup-$(VERSION)/etc; \
@@ -57,5 +59,8 @@ dist: clean
        for file in $(PROFILE_FILES); do \
                $(INSTALL) etc/profile.d/$$file setup-$(VERSION)/etc/profile.d; \
        done
+       for file in $(ENV_FILES); do \
+               $(INSTALL) etc/env.d/$$file setup-$(VERSION)/etc/env.d; \
+       done
        tar -cvjf setup-$(VERSION).tar.bz2 setup-$(VERSION)
        rm -rf setup-$(VERSION)
This page took 0.060094 seconds and 4 git commands to generate.