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