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} $< > $@
|
|
|