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.5 (requested b...
details: https://anonhg.NetBSD.org/src/rev/a692b90255b9
branches: netbsd-1-5
changeset: 492810:a692b90255b9
user: he <he%NetBSD.org@localhost>
date: Wed Feb 20 23:15:55 2002 +0000
description:
Pull up revision 1.5 (requested by itojun):
Upgrade sendmail to version 8.11.6.
diffstat:
gnu/usr.sbin/sendmail/Makefile.inc | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r a7aca7d8b0d0 -r a692b90255b9 gnu/usr.sbin/sendmail/Makefile.inc
--- a/gnu/usr.sbin/sendmail/Makefile.inc Wed Feb 20 23:15:53 2002 +0000
+++ b/gnu/usr.sbin/sendmail/Makefile.inc Wed Feb 20 23:15:55 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3.2.1 2001/03/09 18:01:23 he Exp $
+# $NetBSD: Makefile.inc,v 1.3.2.2 2002/02/20 23:15:55 he Exp $
WARNS?= 0
@@ -7,11 +7,11 @@
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 ${MKCRYPTO} != "no"
+CPPFLAGS+= -DSTARTTLS -D_FFR_TLS_TOREK
+LDADD+= -lssl -lcrypto
+DPADD+= ${LIBSSL} ${LIBCRYPTO}
+.endif
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index