diff options
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} $@ |