summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-08-14 02:36:29 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-08-14 02:36:29 +0000
commit34bd54827a2aee706e7df9f17e57db13707ad412 (patch)
tree76e489f1dc546d5c46107c37a02cd0a1be90ac14 /usr.sbin/sendmail
parentf0e7cc686dd2ef0810848201a34c487e9d5ee93d (diff)
downloadFreeBSD-src-34bd54827a2aee706e7df9f17e57db13707ad412.zip
FreeBSD-src-34bd54827a2aee706e7df9f17e57db13707ad412.tar.gz
Turn on support for IPv6
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index fd7464d..8887d47 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -19,7 +19,7 @@ NIS= -DNIS
MAPS= -DMAP_REGEX
CFLAGS+=-I${SMDIR} -I${SENDMAIL_DIR}/include
-CFLAGS+=${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS}
+CFLAGS+=${DBMDEF} ${NIS} -DNETINET6 -DTCPWRAPPERS ${MAPS}
SRCS= alias.c arpadate.c bf_torek.c clock.c collect.c conf.c control.c \
convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c \
OpenPOWER on IntegriCloud