diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-08-14 02:36:29 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-08-14 02:36:29 +0000 |
commit | d0b32526090b54ac45c369bd4842c504c7ed48a0 (patch) | |
tree | 209c3894e1d89d963691835c89da64117674d208 /usr.sbin/sendmail | |
parent | 689f6effbb450c8a757288ebde78d390a5d251f9 (diff) | |
download | src-d0b32526090b54ac45c369bd4842c504c7ed48a0.tar.gz src-d0b32526090b54ac45c369bd4842c504c7ed48a0.zip |
Turn on support for IPv6
Notes
Notes:
svn path=/head/; revision=64628
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index fd7464d00c91..8887d478249d 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 \ |