summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2007-09-11 12:44:16 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2007-09-11 12:44:16 +0000
commit443e6d1e48118067fa6ae535272839ef183863a0 (patch)
tree6fc45e049740c07fc0242bf4f4af786b57d88945
parentdfa0b7966bbc32e1747c2b1afe2cf4a88c3a7d05 (diff)
downloadsetup-443e6d1e48118067fa6ae535272839ef183863a0.tar
setup-443e6d1e48118067fa6ae535272839ef183863a0.tar.gz
setup-443e6d1e48118067fa6ae535272839ef183863a0.tar.bz2
setup-443e6d1e48118067fa6ae535272839ef183863a0.tar.xz
setup-443e6d1e48118067fa6ae535272839ef183863a0.zip
fix files list
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d3b2c9..4c10bd6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ LIST = csh.cshrc csh.login host.conf hosts.allow hosts.deny inputrc \
subdir = passgrp utils man
-FILES = $(subdir) $(LIST) Makefile ChangeLog
+FILES = $(subdir) $(LIST) Makefile NEWS
all:
@for dir in $(subdir);do \