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.BSD/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.d.BSD') diff --git a/init.d.BSD/Makefile b/init.d.BSD/Makefile index 0808c286..b15b007b 100644 --- a/init.d.BSD/Makefile +++ b/init.d.BSD/Makefile @@ -1,5 +1,5 @@ -DIR = /etc/init.d -EXES = clock +DIR = /etc/init.d +BIN = clock TOPDIR = .. include $(TOPDIR)/default.mk -- cgit v1.2.3