From bb963f190813c8d62b2aff6052f4eda3b2445482 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Thu, 27 Jul 2006 12:28:05 +0000 Subject: [PATCH] Respect MK_INET6_SUPPORT. --- rescue/librescue/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rescue/librescue/Makefile b/rescue/librescue/Makefile index daa1ff5ee15..03ffec57139 100644 --- a/rescue/librescue/Makefile +++ b/rescue/librescue/Makefile @@ -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