diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-10-25 16:33:43 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-10-25 16:33:56 -0500 |
commit | 5148047f8996df41b02543efd293ed02c83c8ee6 (patch) | |
tree | da4559b5d3b0d6ac2fcf2557ff3d57c434c05213 /conf.d/Makefile | |
parent | 978dbe028414fc44603d3be70f2a4b226eda9916 (diff) |
netmount: drop need net from dependencies
Reported-by: <mattsch@gmail.com>
X-Gentoo-Bug: 439658
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=439658
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 |