Use a specific default terminal for rc

This commit is contained in:
Roy Marples
2008-01-11 11:25:40 +00:00
parent 13c552c3ec
commit cbc174bbbf
6 changed files with 38 additions and 47 deletions

View File

@@ -8,7 +8,7 @@ CONTENTS= ${_CONTENTS}$(shell ${_CONTENTS_SH})
include ${MK}/os.mk
all:
all: ${OBJS}
realinstall: ${BIN} ${CONF} ${CONF_APPEND}
if test -n "${DIR}"; then ${INSTALL} -d ${DESTDIR}${DIR} || exit $$?; fi
@@ -30,3 +30,4 @@ realinstall: ${BIN} ${CONF} ${CONF_APPEND}
install: realinstall ${INSTALLAFTER}
clean:
rm -f ${OBJS} ${CLEANFILES}