Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/gnu/usr.sbin/sendmail Pull up revision 1.4 (via patch, ...
details: https://anonhg.NetBSD.org/src/rev/dfdbe33e603a
branches: netbsd-1-5
changeset: 490799:dfdbe33e603a
user: he <he%NetBSD.org@localhost>
date: Fri Mar 09 18:01:23 2001 +0000
description:
Pull up revision 1.4 (via patch, requested by itojun):
Upgrade to sendmail 8.11.3.
diffstat:
gnu/usr.sbin/sendmail/Makefile | 2 +-
gnu/usr.sbin/sendmail/Makefile.inc | 8 +++++++-
gnu/usr.sbin/sendmail/doc/op/Makefile | 4 ++--
3 files changed, 10 insertions(+), 4 deletions(-)
diffs (48 lines):
diff -r 9efb4c8b8983 -r dfdbe33e603a gnu/usr.sbin/sendmail/Makefile
--- a/gnu/usr.sbin/sendmail/Makefile Fri Mar 09 17:50:27 2001 +0000
+++ b/gnu/usr.sbin/sendmail/Makefile Fri Mar 09 18:01:23 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2.2.1 2000/12/26 15:51:54 jhawk Exp $
+# $NetBSD: Makefile,v 1.2.2.2 2001/03/09 18:01:23 he Exp $
.include <bsd.own.mk>
diff -r 9efb4c8b8983 -r dfdbe33e603a gnu/usr.sbin/sendmail/Makefile.inc
--- a/gnu/usr.sbin/sendmail/Makefile.inc Fri Mar 09 17:50:27 2001 +0000
+++ b/gnu/usr.sbin/sendmail/Makefile.inc Fri Mar 09 18:01:23 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2000/05/03 11:07:59 itojun Exp $
+# $NetBSD: Makefile.inc,v 1.3.2.1 2001/03/09 18:01:23 he Exp $
WARNS?= 0
@@ -7,6 +7,12 @@
CPPFLAGS+= -DNEEDSGETIPNODE -DNETINET6
CPPFLAGS+= -I. -I${DIST}/sendmail/sendmail -I${DIST}/sendmail/include
+#.if ${MKCRYPTO} != "no"
+#CPPFLAGS+= -DSTARTTLS -D_FFR_TLS_TOREK
+#LDADD+= -lssl -lcrypto
+#DPADD+= ${LIBSSL} ${LIBCRYPTO}
+#.endif
+
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
diff -r 9efb4c8b8983 -r dfdbe33e603a gnu/usr.sbin/sendmail/doc/op/Makefile
--- a/gnu/usr.sbin/sendmail/doc/op/Makefile Fri Mar 09 17:50:27 2001 +0000
+++ b/gnu/usr.sbin/sendmail/doc/op/Makefile Fri Mar 09 18:01:23 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/05/03 10:50:58 itojun Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2001/03/09 18:01:25 he Exp $
DIST= ${.CURDIR}/../../../../dist
.PATH: ${DIST}/sendmail/doc/op
@@ -14,6 +14,6 @@
op.ps: ${SRCS}
${RM} ${.TARGET}
- ${PIC} ${.ALLSRC} | ${ROFF} >${.TARGET}
+ ${PIC} ${.ALLSRC} | ${EQN} | ${ROFF} >${.TARGET}
.include <bsd.doc.mk>
Home |
Main Index |
Thread Index |
Old Index