diff options
Diffstat (limited to 'sh.BSD')
-rw-r--r-- | sh.BSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.BSD/Makefile b/sh.BSD/Makefile index ec4ffa27..19b68f36 100644 --- a/sh.BSD/Makefile +++ b/sh.BSD/Makefile @@ -1,5 +1,5 @@ DIR = $(RC_LIB)/sh -BIN = init.sh +BIN = $(CONTENTS) TOPDIR = .. include $(TOPDIR)/default.mk |