summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7b7acca..6eb7a46 100644
--- a/Makefile
+++ b/Makefile
@@ -11,11 +11,12 @@ SUBDIR= conf.d doc etc init.d man net runlevels sh src
INSTALL?= install
INSTALLAFTER= _installafter
-_installafter:
- ${INSTALL} -d ${DESTDIR}${RC_LIB}/init.d
- ${INSTALL} -d ${DESTDIR}${RC_LIB}/tmp
MK= mk
include ${MK}/os.mk
include ${MK}/subdir.mk
include ${MK}/dist.mk
+
+_installafter:
+ ${INSTALL} -d ${DESTDIR}${RC_LIB}/init.d
+ ${INSTALL} -d ${DESTDIR}${RC_LIB}/tmp