diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 *~ \#*\# |