diff options
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r-- | conf.d/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile index 24db5891..aefb6121 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,8 +1,10 @@ +include ../mk/net.mk + DIR= ${CONFDIR} CONF= bootmisc fsck hostname localmount netmount urandom tmpfiles \ ${CONF-${OS}} -ifeq (${MKNET},) +ifeq (${MKNET},yes) CONF+= network staticroute TARGETS+= network staticroute CLEANFILES+= network staticroute |