add MAKEVERBOSE message

This commit is contained in:
lukem 2003-10-22 05:58:31 +00:00
parent 29d9058dc7
commit f6ed8b6422
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2002/09/19 03:09:48 lukem Exp $
# $NetBSD: Makefile,v 1.9 2003/10/22 05:58:31 lukem Exp $
# XXX Note we aren't building ../conf/main.cf.default
# The shipped makefiles construct it using postconf -d after building
@ -33,6 +33,7 @@ LDADD+= ${LIBPGLOBAL} ${LIBPUTIL}
# XXX Note that there is no ${AWK} variable in our build system. This
# is probably a deficiency.
${GENSRCS}: ${DIST}/../global/mail_params.h ${DIST}/../global/mail_params.c
${_MKMSG_CREATE} ${GENSRCS}
awk -f ${DIST}/extract.awk ${DIST}/../*/*.c
.include <bsd.prog.mk>