summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile
index d5f85c3..412efae 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -1,9 +1,11 @@
DIR= ${CONFDIR}
-CONF= bootmisc fsck hostname localmount network staticroute urandom \
- ${CONF-${OS}}
+CONF= bootmisc fsck hostname localmount urandom ${CONF-${OS}}
+ifeq (${MKNET},newnet)
+CONF+= network staticroute
TARGETS+= network staticroute
CLEANFILES+= network staticroute
+endif
MK= ../mk
include ${MK}/os.mk