aboutsummaryrefslogtreecommitdiff
path: root/sh.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'sh.Linux')
-rw-r--r--sh.Linux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sh.Linux/Makefile b/sh.Linux/Makefile
index 3e5a37c1..829cb7ca 100644
--- a/sh.Linux/Makefile
+++ b/sh.Linux/Makefile
@@ -1,5 +1,6 @@
DIR= ${RC_LIB}/sh
-BIN= ${CONTENTS}
+SRCS= init-early.sh.in init.sh.in
+BIN= ${OBJS}
MK= ../mk
include ${MK}/scripts.mk