summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-10-22 05:58:31 +0000
committerlukem <lukem@NetBSD.org>2003-10-22 05:58:31 +0000
commitf6ed8b64223da6935cc25041e2e335a6bf287dab (patch)
treebc5a9c03c97e7d1c459dee0c54453638059d7533 /gnu
parent29d9058dc76e890e016bd4dc1695a8968c395f73 (diff)
add MAKEVERBOSE message
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.sbin/postfix/postconf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.sbin/postfix/postconf/Makefile b/gnu/usr.sbin/postfix/postconf/Makefile
index dca5895fb17..65f78aada61 100644
--- a/gnu/usr.sbin/postfix/postconf/Makefile
+++ b/gnu/usr.sbin/postfix/postconf/Makefile
@@ -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>