summaryrefslogtreecommitdiff
path: root/init.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/Makefile')
-rw-r--r--init.d/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.d/Makefile b/init.d/Makefile
index c86468a..19f5fb4 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