summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-28 10:59:27 +0000
committeryar <yar@FreeBSD.org>2006-07-28 10:59:27 +0000
commita487647bea0971fdc3f5a2314c24062da2b76c79 (patch)
tree94b0523e079be4afe0a3f214fef7ed9d572a38d0 /tools
parent7ed57880855ff8c8bd7d2c4f996d522004a05812 (diff)
downloadFreeBSD-src-a487647bea0971fdc3f5a2314c24062da2b76c79.zip
FreeBSD-src-a487647bea0971fdc3f5a2314c24062da2b76c79.tar.gz
Do not forget about INET6 and MK_INET6_SUPPORT.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/net80211/wlanwatch/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/tools/net80211/wlanwatch/Makefile b/tools/tools/net80211/wlanwatch/Makefile
index 7a31eb2..97742a1 100644
--- a/tools/tools/net80211/wlanwatch/Makefile
+++ b/tools/tools/net80211/wlanwatch/Makefile
@@ -4,4 +4,10 @@ PROG= wlanwatch
BINDIR= /usr/local/bin
NO_MAN=
+.include <bsd.own.mk>
+
+.if ${MK_INET6_SUPPORT} != "no"
+CFLAGS+= -DINET6
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud