mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 23:50:29 -04:00
22 lines
668 B
Makefile
22 lines
668 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/07/06 20:09:26 tron Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/man/man1
|
|
.PATH: ${DIST}
|
|
|
|
# This follows the order in COMMANDS= in src/external/ibm-public/postfix/dist/man/Makefile.in
|
|
MAN= postalias.1 postcat.1 postconf.1 postfix.1 \
|
|
postkick.1 postlock.1 postlog.1 postdrop.1 \
|
|
postmap.1 sendmail.1 \
|
|
postqueue.1 postsuper.1 postmulti.1 posttls-finger.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
|
|
# ordinary user.
|
|
|
|
.include <bsd.man.mk>
|