aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rip6query/Makefile
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-27 15:31:13 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-27 15:31:13 +0000
commit064aa4479f339922c620698eec8b79e6babc6b58 (patch)
tree9f7d37c34f91fa38fb08501018ebf8b640cf3782 /usr.sbin/rip6query/Makefile
parentbc34ace3c3df3b2509f5dde8691389d873568181 (diff)
downloadsrc-064aa4479f339922c620698eec8b79e6babc6b58.tar.gz
src-064aa4479f339922c620698eec8b79e6babc6b58.zip
These IPv6-only tools have no explicit dependency on the INET6 macro.
Tested with: cmp(1)
Notes
Notes: svn path=/head/; revision=160755
Diffstat (limited to 'usr.sbin/rip6query/Makefile')
-rw-r--r--usr.sbin/rip6query/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rip6query/Makefile b/usr.sbin/rip6query/Makefile
index 51438a18abc1..e0ea62130bcc 100644
--- a/usr.sbin/rip6query/Makefile
+++ b/usr.sbin/rip6query/Makefile
@@ -5,6 +5,6 @@ PROG= rip6query
MAN= rip6query.8
WARNS?= 2
-CFLAGS+= -DINET6 -I${.CURDIR}/../route6d
+CFLAGS+= -I${.CURDIR}/../route6d
.include <bsd.prog.mk>