From b8f7c8982840ef5fd64bebc37afe60ab32cdfe48 Mon Sep 17 00:00:00 2001 From: yar Date: Thu, 27 Jul 2006 15:31:13 +0000 Subject: These IPv6-only tools have no explicit dependency on the INET6 macro. Tested with: cmp(1) --- usr.sbin/mld6query/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/mld6query') diff --git a/usr.sbin/mld6query/Makefile b/usr.sbin/mld6query/Makefile index 7100520..0e9da49 100644 --- a/usr.sbin/mld6query/Makefile +++ b/usr.sbin/mld6query/Makefile @@ -18,6 +18,6 @@ PROG= mld6query MAN= mld6query.8 SRCS= mld6.c -CFLAGS+= -DINET6 -DIPSEC -DUSE_RFC2292BIS +CFLAGS+= -DIPSEC -DUSE_RFC2292BIS .include -- cgit v1.1