From 6fe0b0eb06878f393b26cca213cb8f11e2465ee9 Mon Sep 17 00:00:00 2001 From: yar Date: Thu, 27 Jul 2006 12:28:05 +0000 Subject: Respect MK_INET6_SUPPORT. --- rescue/librescue/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rescue/librescue') diff --git a/rescue/librescue/Makefile b/rescue/librescue/Makefile index daa1ff5..03ffec5 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 -- cgit v1.1