diff options
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r-- | conf.d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile index 0e610218..1f289672 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,5 +1,6 @@ DIR= ${CONFDIR} -CONF= bootmisc fsck hostname localmount urandom tmpfilesd ${CONF-${OS}} +CONF= bootmisc fsck hostname localmount netmount urandom tmpfilesd \ + ${CONF-${OS}} ifeq (${MKNET},) CONF+= network staticroute |