summaryrefslogtreecommitdiff
path: root/runlevels/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-10 16:35:59 +0000
committerRoy Marples <roy@marples.name>2008-01-10 16:35:59 +0000
commit43147845209873b0776bd75d363913fe25611f49 (patch)
treeab3295c30664476d8d05b0fe5fe9ace702ade5ea /runlevels/Makefile
parent2643f2e605f102d2c2fa098d0cf5400d3795ed4a (diff)
downloadopenrc-43147845209873b0776bd75d363913fe25611f49.tar.gz
openrc-43147845209873b0776bd75d363913fe25611f49.tar.bz2
openrc-43147845209873b0776bd75d363913fe25611f49.tar.xz
Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's.
Diffstat (limited to 'runlevels/Makefile')
-rw-r--r--runlevels/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile
index 400e000..5fe0372 100644
--- a/runlevels/Makefile
+++ b/runlevels/Makefile
@@ -1,11 +1,10 @@
-BOOT = bootmisc checkroot checkfs clock hostname localmount swap sysctl urandom
-DEFAULT = local netmount
+BOOT= bootmisc checkroot checkfs clock hostname localmount \
+ swap sysctl urandom
+DEFAULT= local netmount
-LEVELDIR = $(DESTDIR)/etc/runlevels
-BOOTDIR = $(LEVELDIR)/boot
-DEFAULTDIR = $(LEVELDIR)/default
+LEVELDIR= ${DESTDIR}/etc/runlevels
+BOOTDIR= ${LEVELDIR}/boot
+DEFAULTDIR= ${LEVELDIR}/default
-TOPDIR = ..
-include $(TOPDIR)/runlevels.mk
-
-# vim: set ts=4 :
+MK= ../mk
+include ${MK}/runlevels.mk