diff options
Diffstat (limited to 'net.BSD/Makefile')
-rw-r--r-- | net.BSD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |