mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 00:24:03 -04:00
27 lines
607 B
Makefile
27 lines
607 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/11/28 16:22:14 tron Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/man/man8
|
|
.PATH: ${DIST}
|
|
|
|
MAN= anvil.8 bounce.8 cleanup.8 discard.8 dnsblog.8 error.8 local.8 \
|
|
master.8 pickup.8 pipe.8 proxymap.8 qmgr.8 \
|
|
scache.8 showq.8 smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 \
|
|
oqmgr.8 spawn.8 flush.8 virtual.8 \
|
|
verify.8
|
|
|
|
.if ${MKCRYPTO} != "no"
|
|
MAN+= postscreen.8 tlsmgr.8 tlsproxy.8
|
|
.endif
|
|
|
|
MLINKS= bounce.8 defer.8
|
|
MLINKS+=bounce.8 trace.8
|
|
MLINKS+=smtp.8 lmtp.8
|
|
|
|
# XXX notyet:
|
|
# qmqpd.8
|
|
# We're not building it, yet.
|
|
|
|
.include <bsd.man.mk>
|