summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-08-31 14:59:54 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-08-31 15:01:10 +0200
commit806ed972a66cb35810bca70bd4560a9f64fda6f1 (patch)
treebbc00883a6a9a3ec4a94e48ce00e19fb9b5ed6f0 /Makefile
parentd7574bcdd177f844c3ff7daf3bdaf1f0e6ecbe32 (diff)
downloadsetup-806ed972a66cb35810bca70bd4560a9f64fda6f1.tar
setup-806ed972a66cb35810bca70bd4560a9f64fda6f1.tar.gz
setup-806ed972a66cb35810bca70bd4560a9f64fda6f1.tar.bz2
setup-806ed972a66cb35810bca70bd4560a9f64fda6f1.tar.xz
setup-806ed972a66cb35810bca70bd4560a9f64fda6f1.zip
add testsuite
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 *~ \#*\#