diff options
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/Makefile b/net/Makefile index 017f4e5d..79e0f851 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,6 +1,5 @@ -DIR = $(RC_LIB)/net -CONF = dhclient.sh dhcpcd.sh macchanger.sh macnet.sh ssidnet.sh system.sh \ - wpa_supplicant.sh +DIR = $(RC_LIB)/net +CONF = $(CONTENTS) TOPDIR = .. include $(TOPDIR)/default.mk |