summaryrefslogtreecommitdiff
path: root/sh/Makefile.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'sh/Makefile.Linux')
-rw-r--r--sh/Makefile.Linux9
1 files changed, 8 insertions, 1 deletions
diff --git a/sh/Makefile.Linux b/sh/Makefile.Linux
index 219c92f..6546d92 100644
--- a/sh/Makefile.Linux
+++ b/sh/Makefile.Linux
@@ -1 +1,8 @@
-NET_LO = net.lo
+NET_LO= net.lo
+SRCS+= init.sh.in init-early.sh.in
+BIN+= init-early.sh
+
+.SUFFIXES: .Linux.sh.in
+.Linux.sh.in.sh:
+ sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
+