mirror of
https://github.com/OpenRC/openrc.git
synced 2024-11-30 13:24:42 +08:00
7 lines
102 B
Makefile
7 lines
102 B
Makefile
SRCS+= init.sh.in
|
|
|
|
.SUFFIXES: .sh.BSD.in
|
|
.sh.BSD.in.sh:
|
|
${SED} ${SED_REPLACE} ${SED_EXTRA} $< > $@
|
|
|