diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-19 11:21:44 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-19 11:46:55 -0500 |
commit | 35e8386c24df6483f2918979dae150421f7151df (patch) | |
tree | 1250dcac04c99264dc5fa25898dd3257ce0ca36a /conf.d/Makefile | |
parent | 2108285d64e2ee8cc03fbe544efc3752fe349bdd (diff) |
conf.d: makestaticroute file static
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r-- | conf.d/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile index 25dff8e4..a1cc7fb3 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -6,8 +6,6 @@ CONF= bootmisc fsck hostname localmount netmount urandom tmpfiles \ ifeq (${MKNET},yes) CONF+= network staticroute -TARGETS+= staticroute -CLEANFILES+= staticroute endif MK= ../mk @@ -21,6 +19,3 @@ CONF-Linux= consolefont devfs dmesg hwclock keymaps killprocs modules mtab \ CONF-NetBSD= moused rarpd savecore include ${MK}/scripts.mk - -staticroute: staticroute${SFX} - cp $@${SFX} $@ |