diff options
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r-- | src/rc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index 2779a447..76e635dc 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 |