NetBSD/gnu/usr.sbin/sendmail/Makefile.inc

19 lines
476 B
Makefile

# $NetBSD: Makefile.inc,v 1.4 2001/01/04 12:18:49 itojun Exp $
WARNS?= 0
CPPFLAGS+= -DNEWDB -DNIS
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