fcc5dc7faf
by default, and crushes old configuration files when sendmail gets IPv6 connection. by default listen to IPv4 socket only for backward compatibility. turn on IPv6 support. IPv6 socket can be enabled by the following sendmail.cf directive: O DaemonPortOptions=Family=inet,address=0.0.0.1 O DaemonPortOptions=Family=inet6,address=::
13 lines
346 B
Makefile
13 lines
346 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2000/05/03 11:07:59 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 exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|