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