From bc543810da9c4587a0d551cbc10417492323e4b3 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 31 May 2006 03:06:47 +0000 Subject: [PATCH] Install mailq(1) and newaliases(1) as links to sendmail(1). --- gnu/usr.sbin/postfix/man/man1/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/usr.sbin/postfix/man/man1/Makefile b/gnu/usr.sbin/postfix/man/man1/Makefile index f6728753efe8..94dfe022207d 100644 --- a/gnu/usr.sbin/postfix/man/man1/Makefile +++ b/gnu/usr.sbin/postfix/man/man1/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.9 2006/05/30 19:32:28 tron Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/31 03:06:47 tron Exp $ .include DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man1 .PATH: ${DIST} -MAN= mailq.1 newaliases.1 \ - postalias.1 postcat.1 postconf.1 postfix.1 \ +MAN= postalias.1 postcat.1 postconf.1 postfix.1 \ postkick.1 postlock.1 postlog.1 postdrop.1 \ postmap.1 \ postqueue.1 postsuper.1 \ sendmail.1 +MLINKS= sendmail.1 mailq.1 sendmail.1 newaliases.1 + # XXX notyet: # qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1 qshape.1 # These are test programs. It isn't clear that they are wanted by an