summaryrefslogtreecommitdiff
path: root/mail/postfix/patches/patch-be
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix/patches/patch-be')
-rw-r--r--mail/postfix/patches/patch-be17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/postfix/patches/patch-be b/mail/postfix/patches/patch-be
new file mode 100644
index 00000000000..40b412181db
--- /dev/null
+++ b/mail/postfix/patches/patch-be
@@ -0,0 +1,17 @@
+$NetBSD: patch-be,v 1.1 1999/05/30 18:18:33 tron Exp $
+
+--- sendmail/Makefile.orig Sun May 30 18:49:14 1999
++++ sendmail/Makefile Sun May 30 18:49:14 1999
+@@ -0,0 +1,12 @@
++# $NetBSD: patch-be,v 1.1 1999/05/30 18:18:33 tron Exp $
++.include "../conf/main.cf"
++PROG= sendmail
++BINDIR=${daemon_directory}
++
++DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
++LDADD+= ${LIBPGLOBAL} ${LIBPUTIL}
++
++# XXX
++NOMAN=1
++
++.include <bsd.prog.mk>