summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2004-09-04 22:16:48 +0000
committerlukem <lukem@NetBSD.org>2004-09-04 22:16:48 +0000
commitee7fcfe0f428ec2de14bf60c2fc78fcb7be71f35 (patch)
treed14b7953c0f146723430537230d0a3e57be80415 /gnu/usr.sbin
parent52b46dcf6fe18250eaea2d75f7c4e12914ff4779 (diff)
style cleanup (alpha sort list, reformat comments)
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/postfix/man/man1/Makefile23
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>