add MAKEVERBOSE messages

This commit is contained in:
lukem 2003-10-22 06:04:03 +00:00
parent f6ed8b6422
commit 5f259b477b
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sendmail,v 1.4 2003/08/06 17:09:26 tron Exp $
# $NetBSD: Makefile.sendmail,v 1.5 2003/10/22 06:04:03 lukem Exp $
CFDIR?= ${.CURDIR}/..
CHMOD= chmod
@ -11,6 +11,7 @@ RM= rm -f
.mc.cf:
.else
__makemc: .USE
${_MKTARGET_CREATE}
.endif
${RM} $@
(cd ${CFDIR}/cf && \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2003/07/10 10:34:21 lukem Exp $
# $NetBSD: Makefile,v 1.6 2003/10/22 06:04:03 lukem Exp $
.include <bsd.own.mk>
@ -13,6 +13,7 @@ RM= rm -f
all: intro.ps
intro.ps: ${SRCS}
${_MKTARGET_FORMAT}
${RM} ${.TARGET}
${TOOL_PIC} ${.ALLSRC} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2003/07/10 10:34:21 lukem Exp $
# $NetBSD: Makefile,v 1.8 2003/10/22 06:04:03 lukem Exp $
.include <bsd.own.mk>
@ -15,6 +15,7 @@ CLEANFILES+= op.ps
all: op.ps
op.ps: ${SRCS}
${_MKTARGET_FORMAT}
${RM} ${.TARGET}
${TOOL_PIC} ${.ALLSRC} | ${TOOL_EQN} | \
${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}