summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-10 16:48:02 +0000
committerRoy Marples <roy@marples.name>2008-01-10 16:48:02 +0000
commit023270f76aca2a6bbf1ad1521b77259c68134587 (patch)
tree74787b8439a46aafa509fe629883bba1a3ac1857 /Makefile
parent2857fb49d1b19b1677c58c2a34910699cfe5ebbb (diff)
downloadopenrc-023270f76aca2a6bbf1ad1521b77259c68134587.tar.gz
openrc-023270f76aca2a6bbf1ad1521b77259c68134587.tar.bz2
openrc-023270f76aca2a6bbf1ad1521b77259c68134587.tar.xz
Don't go into SUBOS if same as OS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f02c97e..0f8726f 100644
--- a/Makefile
+++ b/Makefile
@@ -8,12 +8,13 @@ PKG= ${NAME}-${VERSION}
SUBDIR= conf.d doc etc init.d man net runlevels sh src
-MK= mk
-include ${MK}/os.mk
-include ${MK}/subdir.mk
-include ${MK}/dist.mk
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