0edaa1e40f
and Variable Envelope Return Paths (POSTFIX_VERP). Handle MANINSTALL using separate PLIST.{catinstall,maninstall} files. Record the setting of all 3.
17 lines
427 B
Text
17 lines
427 B
Text
$NetBSD: patch-be,v 1.2 2000/04/27 01:05:09 kim Exp $
|
|
|
|
--- sendmail/Makefile.orig Wed Apr 26 20:25:56 2000
|
|
+++ sendmail/Makefile Wed Apr 26 20:39:50 2000
|
|
@@ -0,0 +1,12 @@
|
|
+# $NetBSD: patch-be,v 1.2 2000/04/27 01:05:09 kim Exp $
|
|
+.include "../conf/main.cf"
|
|
+PROG= sendmail
|
|
+BINDIR=${daemon_directory}
|
|
+
|
|
+DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
|
|
+LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS}
|
|
+
|
|
+# XXX
|
|
+NOMAN=1
|
|
+
|
|
+.include <bsd.prog.mk>
|