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 5040ba27..9d0fc0d0 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,5 +1,7 @@ DIR= ${CONFDIR} -CONF= bootmisc fsck hostname local localmount net urandom +CONF= bootmisc fsck hostname local localmount network urandom + +CLEANFILES+= network MK= ../mk include ${MK}/os.mk |