diff options
Diffstat (limited to 'mail/postfix-current/patches/patch-ao')
-rw-r--r-- | mail/postfix-current/patches/patch-ao | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/postfix-current/patches/patch-ao b/mail/postfix-current/patches/patch-ao deleted file mode 100644 index 5585ad7e287..00000000000 --- a/mail/postfix-current/patches/patch-ao +++ /dev/null @@ -1,22 +0,0 @@ -$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> |