summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/rc/Makefile2
-rw-r--r--src/test/Makefile6
3 files changed, 6 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index 6cc6872..151bced 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,6 @@
# Copyright 2007-2008 Roy Marples
-SUBDIR= libeinfo librc rc
+SUBDIR= test libeinfo librc rc
MK= ../mk
include ${MK}/subdir.mk
diff --git a/src/rc/Makefile b/src/rc/Makefile
index 2779a44..76e635d 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -71,5 +71,7 @@ install: all
${INSTALL} -m ${PAMMODE} start-stop-daemon.pam ${DESTDIR}${PAMDIR}/start-stop-daemon; \
fi
+check test::
+
links: rc
for l in ${ALL_LINKS}; do ln -sf rc $$l || exit $$? ; done
diff --git a/src/test/Makefile b/src/test/Makefile
index e1747c2..c3e879e 100644
--- a/src/test/Makefile
+++ b/src/test/Makefile
@@ -1,9 +1,9 @@
all:
-check:
+install:
+
+check test::
./symbols.sh
clean:
rm -f *.out
-
-.PHONY: all check clean