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.BSD/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'runlevels.BSD/Makefile') diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile index 5a0e6b52..0abbb19e 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,7 +1,5 @@ -BOOT = dumpon hostid net.lo0 newsyslog savecore syscons syslogd -DEFAULT = local.rc mixer powerd +BOOT= dumpon hostid net.lo0 newsyslog savecore syscons syslogd +DEFAULT= local.rc mixer powerd -TOPDIR = .. -include $(TOPDIR)/runlevels.mk - -# vim: set ts=4 : +MK= ../mk +include ${MK}/runlevels.mk -- cgit v1.2.3