summaryrefslogtreecommitdiff
path: root/conf.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r--conf.d/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile
index 5040ba2..9d0fc0d 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