diff options
Diffstat (limited to 'sh.BSD')
-rw-r--r-- | sh.BSD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sh.BSD/Makefile b/sh.BSD/Makefile index 485de3a7..ec4ffa27 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 |