From a3133fec250eca3cdfb460c2ce26c707fd593c09 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 18 Jul 2016 17:59:57 -0500 Subject: conf.d: make network file static --- conf.d/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'conf.d/Makefile') 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} $@ -- cgit v1.2.3