summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 125996e..72a72ae 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,12 @@ LIST = csh.cshrc csh.login gshadow group host.conf hosts.allow hosts.deny input
motd passwd printcap protocols securetty services shadow shells profile \
filesystems fstab resolv.conf hosts
+check:
+ @echo Sanity checking selected files....
+ bash -n profile
+ tcsh -f csh.cshrc
+ tcsh -f csh.login
+ ./serviceslint ./services
clean:
rm -f *~ \#*\#