diff options
Diffstat (limited to 'sh')
-rw-r--r-- | sh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sh/Makefile b/sh/Makefile index 3ec217c4..bd55cbda 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -8,9 +8,8 @@ INSTALLAFTER= _installafter MK= ../mk # To get NET_LO -include ${MK}/os.mk -include Makefile.${SUBOS} include ${MK}/scripts.mk +include Makefile.${SUBOS} _installafter: ${INSTALL} -d ${DESTDIR}/${PREFIX}/${INITDIR} |