diff options
Diffstat (limited to 'sh/Makefile')
-rw-r--r-- | sh/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sh/Makefile b/sh/Makefile index 73d46418..c246f9ee 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -13,8 +13,6 @@ include ${MK}/scripts.mk _installafter: ${INSTALL} -d ${DESTDIR}/${INITDIR} - @# Put functions.sh into init for backwards compat - ln -snf ${LIBEXECDIR}/sh/functions.sh ${DESTDIR}/${INITDIR} || exit $$? check test:: ./runtests.sh |