diff options
Diffstat (limited to 'init.d/Makefile')
-rw-r--r-- | init.d/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init.d/Makefile b/init.d/Makefile index c86468ac..19f5fb43 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -1,6 +1,6 @@ -DIR = /etc/init.d -EXES = bootmisc checkfs checkroot hostname local localmount \ - netmount rmnologin urandom halt.sh +DIR = /etc/init.d +BIN = bootmisc checkfs checkroot hostname local localmount \ + netmount rmnologin urandom halt.sh TOPDIR = .. include $(TOPDIR)/default.mk |