diff options
author | Roy Marples <roy@marples.name> | 2008-01-11 11:25:40 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-11 11:25:40 +0000 |
commit | cbc174bbbf0121d325b428c1b681ad0fa1970cc8 (patch) | |
tree | d361dab51776399d2550ddc5a467801283e4c79f /mk/scripts.mk | |
parent | 13c552c3ece84b0d4e3b8e24eaa6b7196019b957 (diff) |
Use a specific default terminal for rc
Diffstat (limited to 'mk/scripts.mk')
-rw-r--r-- | mk/scripts.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/scripts.mk b/mk/scripts.mk index c7254aed..ac231cef 100644 --- a/mk/scripts.mk +++ b/mk/scripts.mk @@ -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} |