summaryrefslogtreecommitdiff
path: root/conf.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r--conf.d/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile
index 9d0fc0d..a884b46 100644
--- a/conf.d/Makefile
+++ b/conf.d/Makefile
@@ -1,9 +1,14 @@
DIR= ${CONFDIR}
CONF= bootmisc fsck hostname local localmount network urandom
+TARGETS+= network
CLEANFILES+= network
MK= ../mk
include ${MK}/os.mk
include Makefile.${OS}
include ${MK}/scripts.mk
+
+network: network.in network.${OS}
+ cp network.in network
+ [ -e network.${OS} ] && cat network.${OS} >> network