openrc/etc.BSD/Makefile

11 lines
187 B
Makefile
Raw Normal View History

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