mirror of
https://github.com/OpenRC/openrc.git
synced 2024-11-27 11:54:26 +08:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
SRCS+= init.sh.in
|
|
|
|
NET_LO= net.lo0
|
|
|
|
.SUFFIXES: .BSD.sh.in
|
|
.BSD.sh.in.sh:
|
|
sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
|
|
|