diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
commit | 5c04306fea28785632e3975355c1de290b84d0d5 (patch) | |
tree | 89a40f7c173c6b1d806a55aabbfb302e1bef918c /usr.sbin/sendmail | |
parent | f6f82226303669a0913de71310950aeae884084b (diff) | |
download | FreeBSD-src-5c04306fea28785632e3975355c1de290b84d0d5.zip FreeBSD-src-5c04306fea28785632e3975355c1de290b84d0d5.tar.gz |
NOINET6 -> NO_INET6
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 4b2dc72..7db47d0 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -36,7 +36,7 @@ CSTD?= c89 CFLAGS+= -I${SMDIR} -I${SENDMAIL_DIR}/include -I. CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS} -.if !defined(NOINET6) +.if !defined(NO_INET6) CFLAGS+= -DNETINET6 .endif |