From cbc174bbbf0121d325b428c1b681ad0fa1970cc8 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 11 Jan 2008 11:25:40 +0000 Subject: Use a specific default terminal for rc --- etc.BSD/Makefile | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'etc.BSD/Makefile') diff --git a/etc.BSD/Makefile b/etc.BSD/Makefile index cb466dc..ef4d783 100644 --- a/etc.BSD/Makefile +++ b/etc.BSD/Makefile @@ -1,5 +1,14 @@ -DIR= /etc -CONF= $(CONTENTS) +DIR= /etc +SRCS= rc.in +OBJS= ${SRCS:.in=} +CONF= rc.shutdown ${OBJS} -MK= ../mk + +MK= ../mk include ${MK}/scripts.mk +include Makefile.${OS} + +.SUFFIXES: .in +.in: + sed -e s':@TERM@:${DEFTERM}:' $< > $@ + -- cgit v1.2.3