diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-08-14 02:36:29 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-08-14 02:36:29 +0000 |
commit | 34bd54827a2aee706e7df9f17e57db13707ad412 (patch) | |
tree | 76e489f1dc546d5c46107c37a02cd0a1be90ac14 /secure/usr.sbin/sendmail | |
parent | f0e7cc686dd2ef0810848201a34c487e9d5ee93d (diff) | |
download | FreeBSD-src-34bd54827a2aee706e7df9f17e57db13707ad412.zip FreeBSD-src-34bd54827a2aee706e7df9f17e57db13707ad412.tar.gz |
Turn on support for IPv6
Diffstat (limited to 'secure/usr.sbin/sendmail')
-rw-r--r-- | secure/usr.sbin/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index fd7464d..8887d47 100644 --- a/secure/usr.sbin/sendmail/Makefile +++ b/secure/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 \ |