From 5f8cf73b22b259658d92397f3e6478ef80ed5691 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 19 Nov 2007 13:48:43 +0000 Subject: Our build chain now works with GNU and BSD make implementations --- net.BSD/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net.BSD/Makefile') diff --git a/net.BSD/Makefile b/net.BSD/Makefile index c000a354..cb5d2077 100644 --- a/net.BSD/Makefile +++ b/net.BSD/Makefile @@ -1,5 +1,5 @@ -DIR = $(RC_LIB)/net -FILES = ifconfig.sh iwconfig.sh +DIR = $(RC_LIB)/net +CONF = ifconfig.sh iwconfig.sh TOPDIR = .. include $(TOPDIR)/default.mk -- cgit v1.2.3