openrc/etc.BSD/Makefile

11 lines
187 B
Makefile
Raw Normal View History

2008-03-05 12:27:11 +00:00
DIR= ${SYSCONFDIR}
CONF= rc rc.shutdown
2008-01-11 11:25:40 +00:00
MK= ../mk
include ${MK}/scripts.mk
2008-01-11 11:25:40 +00:00
include Makefile.${OS}
.SUFFIXES: .in
.in:
sed -e 's:@SHELL@:${SHELL}:' -e 's:@TERM@:${DEFTERM}:' $< > $@