summaryrefslogtreecommitdiff
path: root/mail/postfix-current/patches/patch-bh
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-current/patches/patch-bh')
-rw-r--r--mail/postfix-current/patches/patch-bh22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/postfix-current/patches/patch-bh b/mail/postfix-current/patches/patch-bh
new file mode 100644
index 00000000000..09d6cc97fca
--- /dev/null
+++ b/mail/postfix-current/patches/patch-bh
@@ -0,0 +1,22 @@
+$NetBSD: patch-bh,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
+
+--- smtpd/Makefile.orig Wed Apr 26 20:25:56 2000
++++ smtpd/Makefile Wed Apr 26 20:40:18 2000
+@@ -0,0 +1,17 @@
++# $NetBSD: patch-bh,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
++.include "../conf/main.cf"
++
++PROG= smtpd
++BINDIR=${daemon_directory}
++
++SRCS = smtpd.c smtpd_token.c smtpd_check.c smtpd_chat.c smtpd_state.c \
++ smtpd_peer.c
++
++
++DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPDNS} ${LIBPUTIL}
++LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPDNS} ${LIBPUTIL} ${AUXLIBS}
++
++# XXX
++NOMAN=1
++
++.include <bsd.prog.mk>