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