openrc/etc.BSD/Makefile

11 lines
175 B
Makefile
Raw Normal View History

2008-01-11 16:55:40 +05:30
DIR= /etc
CONF= ${CONTENTS}
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}:' $< > $@