add STARTTLS handling - commented out for now. someone with knowledge
please test it.
This commit is contained in:
parent
6562709f3a
commit
752edea055
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user