diff --git a/gnu/usr.sbin/sendmail/Makefile.inc b/gnu/usr.sbin/sendmail/Makefile.inc index 386b85fc1be0..c3e361cc7835 100644 --- a/gnu/usr.sbin/sendmail/Makefile.inc +++ b/gnu/usr.sbin/sendmail/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.3 2000/05/03 11:07:59 itojun Exp $ +# $NetBSD: Makefile.inc,v 1.4 2001/01/04 12:18:49 itojun Exp $ WARNS?= 0 @@ -7,6 +7,12 @@ CPPFLAGS+= -DMAP_REGEX -DTCPWRAPPERS -DNETISO 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