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