From 5f8cf73b22b259658d92397f3e6478ef80ed5691 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 19 Nov 2007 13:48:43 +0000 Subject: Our build chain now works with GNU and BSD make implementations --- init.d/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.d/Makefile') 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 -- cgit v1.2.3