Home | History | Annotate | Line # | Download | only in man1
      1 #	$NetBSD: Makefile,v 1.3 2024/01/01 18:56:54 kim Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 DIST=	${NETBSDSRCDIR}/external/ibm-public/postfix/dist/man/man1
      6 .PATH:	${DIST}
      7 
      8 # This follows the order in COMMANDS= in src/external/ibm-public/postfix/dist/man/Makefile.in
      9 MAN=	postalias.1 postcat.1 postconf.1 postfix.1 \
     10 	postkick.1 postlock.1 postlog.1 postdrop.1 \
     11 	postmap.1 postmulti.1 postqueue.1 postsuper.1 \
     12 	sendmail.1 postfix-tls.1 \
     13 	posttls-finger.1
     14 
     15 MLINKS=	sendmail.1 mailq.1 sendmail.1 newaliases.1
     16 
     17 # XXX notyet:
     18 # qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1 qshape.1
     19 # These are test programs. It isn't clear that they are wanted by an
     20 # ordinary user.
     21 
     22 .include <bsd.man.mk>
     23