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