diff options
author | Roy Marples <roy@marples.name> | 2008-01-10 16:35:59 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-10 16:35:59 +0000 |
commit | 43147845209873b0776bd75d363913fe25611f49 (patch) | |
tree | ab3295c30664476d8d05b0fe5fe9ace702ade5ea /net | |
parent | 2643f2e605f102d2c2fa098d0cf5400d3795ed4a (diff) |
Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keeping BSD for all BSD's.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/Makefile b/net/Makefile index 62462763..5ea18a1e 100644 --- a/net/Makefile +++ b/net/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 |