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. --- net.Linux/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net.Linux/Makefile') diff --git a/net.Linux/Makefile b/net.Linux/Makefile index 62462763..b2becc4e 100644 --- a/net.Linux/Makefile +++ b/net.Linux/Makefile @@ -1,5 +1,5 @@ -DIR = $(RC_LIB)/net -INC = $(CONTENTS) +DIR = ${RC_LIB}/net +INC = ${CONTENTS} -TOPDIR = .. -include $(TOPDIR)/default.mk +MK= ../mk +include ${MK}/scripts.mk -- cgit v1.2.3