diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -2,27 +2,15 @@ NAME = setup VERSION = 2.7.21 SVNPATH = svn+ssh://svn.mageia.org/svn/soft/$(PACKAGE) -LIST = csh.cshrc csh.login host.conf hosts.allow hosts.deny inputrc \ - motd printcap protocols securetty services shells profile \ +LIST = csh.cshrc csh.login gshadow group host.conf hosts.allow hosts.deny inputrc \ + motd passwd printcap protocols securetty services shadow shells profile \ filesystems fstab resolv.conf hosts -subdir = passgrp - -all: - @for dir in $(subdir);do \ - make -C $$dir all ;\ - done clean: - @for dir in $(subdir);do \ - make -C $$dir clean ;\ - done rm -f *~ \#*\# install: - @for dir in $(subdir); do \ - make -C $$dir install DESTDIR=$(DESTDIR);\ - done install -d -m 755 $(DESTDIR)/etc/ install -d -m 755 $(DESTDIR)/var/log/ for i in $(LIST); do \ |