Merge from vendor branch TNF:
[pkgsrc.git] / mail / postfix / patches / patch-ae
1 $NetBSD: patch-ae,v 1.1 1999/05/30 18:18:31 tron Exp $
2
3 --- conf/Makefile.orig  Sun May 30 18:49:12 1999
4 +++ conf/Makefile       Sun May 30 18:49:12 1999
5 @@ -0,0 +1,16 @@
6 +#      $NetBSD: patch-ae,v 1.1 1999/05/30 18:18:31 tron Exp $
7 +.include "../conf/main.cf"
8 +
9 +BINDIR=                ${share_directory}
10 +
11 +
12 +FILES=         LICENSE Makefile access aliases canonical main.cf master.cf \
13 +               relocated sample-aliases.cf sample-canonical.cf \
14 +               sample-debug.cf sample-ldap.cf sample-local.cf sample-misc.cf \
15 +               sample-pcre.cf sample-rate.cf sample-regexp.cf \
16 +               sample-relocated.cf sample-resource.cf sample-rewrite.cf \
17 +               sample-smtp.cf sample-smtpd.cf sample-transport.cf \
18 +               sample-virtual.cf transport virtual
19 +SCRIPTS=       postfix-script-sgid postfix-script-nosgid
20 +
21 +.include <bsd.prog.mk>