diff options
| author | lukem <lukem@NetBSD.org> | 2004-09-04 22:16:48 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2004-09-04 22:16:48 +0000 |
| commit | ee7fcfe0f428ec2de14bf60c2fc78fcb7be71f35 (patch) | |
| tree | d14b7953c0f146723430537230d0a3e57be80415 /gnu | |
| parent | 52b46dcf6fe18250eaea2d75f7c4e12914ff4779 (diff) | |
style cleanup (alpha sort list, reformat comments)
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.sbin/postfix/man/man1/Makefile | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/gnu/usr.sbin/postfix/man/man1/Makefile b/gnu/usr.sbin/postfix/man/man1/Makefile index 31b8d8c91c2..fb919b9e8da 100644 --- a/gnu/usr.sbin/postfix/man/man1/Makefile +++ b/gnu/usr.sbin/postfix/man/man1/Makefile @@ -1,22 +1,21 @@ -# $NetBSD: Makefile,v 1.6 2004/04/27 05:34:34 heas Exp $ +# $NetBSD: Makefile,v 1.7 2004/09/04 22:16:48 lukem Exp $ .include <bsd.own.mk> DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man1 .PATH: ${DIST} -MAN= postalias.1 postcat.1 postconf.1 postfix.1 \ - postkick.1 postlock.1 postlog.1 postdrop.1 \ - postmap.1 \ - postqueue.1 postsuper.1 +MAN= postalias.1 postcat.1 postconf.1 postdrop.1 \ + postfix.1 postkick.1 postlock.1 postlog.1 \ + postmap.1 postqueue.1 postsuper.1 # XXX notyet: -# mailq.1 sendmail.1 newaliases.1 -# These would conflict with the ones installed by sendmail. It isn't -# clear what to do with them. The missing documentation is not too -# interesting given that the sendmail docs are in place, though. -# 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 -# ordinary user. +# mailq.1 newaliases.1 sendmail.1 +# These would conflict with the ones installed by sendmail. It isn't +# clear what to do with them. The missing documentation is not too +# interesting given that the sendmail docs are in place, though. +# qmqp-sink.1 qmqp-source.1 qshape.1 smtp-sink.1 smtp-source.1 +# These are test programs. It isn't clear that they are wanted by an +# ordinary user. .include <bsd.man.mk> |
