From 43147845209873b0776bd75d363913fe25611f49 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 10 Jan 2008 16:35:59 +0000 Subject: Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's. --- runlevels/Makefile | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'runlevels/Makefile') diff --git a/runlevels/Makefile b/runlevels/Makefile index 400e0003..5fe03721 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 -- cgit v1.2.3