summaryrefslogtreecommitdiff
path: root/mail/postfix-current/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-current/patches/patch-ao')
-rw-r--r--mail/postfix-current/patches/patch-ao22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/postfix-current/patches/patch-ao b/mail/postfix-current/patches/patch-ao
new file mode 100644
index 00000000000..5585ad7e287
--- /dev/null
+++ b/mail/postfix-current/patches/patch-ao
@@ -0,0 +1,22 @@
+$NetBSD: patch-ao,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
+
+--- master/Makefile.orig Wed Apr 26 20:25:54 2000
++++ master/Makefile Wed Apr 26 20:38:35 2000
+@@ -0,0 +1,17 @@
++# $NetBSD: patch-ao,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
++
++.include "../conf/main.cf"
++PROG= master
++BINDIR=${daemon_directory}
++SRCS = master.c master_conf.c master_ent.c master_sig.c master_avail.c \
++ master_spawn.c master_service.c master_status.c master_listen.c \
++ master_vars.c master_wakeup.c multi_server.c single_server.c \
++ trigger_server.c master_proto.c
++
++DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
++LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS}
++
++# XXX
++NOMAN=1
++
++.include <bsd.prog.mk>