diff --git a/net.BSD/Makefile b/net.BSD/Makefile index 805d0cdb..62462763 100644 --- a/net.BSD/Makefile +++ b/net.BSD/Makefile @@ -1,5 +1,5 @@ -DIR = $(RC_LIB)/net -CONF = $(CONTENTS) +DIR = $(RC_LIB)/net +INC = $(CONTENTS) TOPDIR = .. include $(TOPDIR)/default.mk diff --git a/net.Linux/Makefile b/net.Linux/Makefile index 805d0cdb..62462763 100644 --- a/net.Linux/Makefile +++ b/net.Linux/Makefile @@ -1,5 +1,5 @@ -DIR = $(RC_LIB)/net -CONF = $(CONTENTS) +DIR = $(RC_LIB)/net +INC = $(CONTENTS) TOPDIR = .. include $(TOPDIR)/default.mk diff --git a/net/Makefile b/net/Makefile index 805d0cdb..62462763 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,5 +1,5 @@ -DIR = $(RC_LIB)/net -CONF = $(CONTENTS) +DIR = $(RC_LIB)/net +INC = $(CONTENTS) TOPDIR = .. include $(TOPDIR)/default.mk