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. --- etc.BSD/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc.BSD') diff --git a/etc.BSD/Makefile b/etc.BSD/Makefile index 1e5b056..639b927 100644 --- a/etc.BSD/Makefile +++ b/etc.BSD/Makefile @@ -1,6 +1,6 @@ -DIR = /etc -CONF = devd.conf rc rc.shutdown -BIN = rc.devd +DIR= /etc +CONF= devd.conf rc rc.shutdown +BIN= rc.devd -TOPDIR = .. -include $(TOPDIR)/default.mk +MK= ../mk +include ${MK}/scripts.mk -- cgit v1.2.3