Respect MK_INET6_SUPPORT.

This commit is contained in:
yar 2006-07-27 12:28:05 +00:00
parent 856c09a08a
commit 6fe0b0eb06

View File

@ -26,7 +26,9 @@ CFLAGS+= -DRESCUE
# libc/db/Makefile.inc
CFLAGS+= -D__DBINTERFACE_PRIVATE
# libc/net/Makefile.inc & libutil/Makefile
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif
# libc/regex/Makefile.inc & libc/regex/grot/Makefile
CFLAGS+= -DPOSIX_MISTAKE
# libc/rpc/Makefile.inc