diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-18 17:59:57 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-19 11:46:04 -0500 |
commit | a3133fec250eca3cdfb460c2ce26c707fd593c09 (patch) | |
tree | 6db65c6dbc85073839eaeb360bc86623748702bc /conf.d/Makefile | |
parent | 314ae3dc781d7ae8fc26c276a85b0dc6ab6bc326 (diff) |
conf.d: make network file static
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r-- | conf.d/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile index fb54fc57..25dff8e4 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -6,8 +6,8 @@ CONF= bootmisc fsck hostname localmount netmount urandom tmpfiles \ ifeq (${MKNET},yes) CONF+= network staticroute -TARGETS+= network staticroute -CLEANFILES+= network staticroute +TARGETS+= staticroute +CLEANFILES+= staticroute endif MK= ../mk @@ -22,8 +22,5 @@ CONF-NetBSD= moused rarpd savecore include ${MK}/scripts.mk -network: network.in network${SFX} - cat $^ > $@ - staticroute: staticroute${SFX} cp $@${SFX} $@ |