blob: 9bab2df90fd65c2193377356e0ca6e0d1d7535b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.4 2002/09/19 03:09:46 lukem Exp $
.include <bsd.own.mk>
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man5
.PATH: ${DIST}
MAN= access.5 canonical.5 pcre_table.5 regexp_table.5 \
relocated.5 transport.5 virtual.5
# XXX notyet:
# aliases.5
# This would conflict with the one installed by sendmail. It isn't
# clear what to do with it. The missing documentation is not too
# interesting given that the sendmail docs are in place, though. The
# format is identical.
.include <bsd.man.mk>
|