aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mld6query
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/mld6query
parentbc34ace3c3df3b2509f5dde8691389d873568181 (diff)
downloadsrc-064aa4479f339922c620698eec8b79e6babc6b58.tar.gz
src-064aa4479f339922c620698eec8b79e6babc6b58.zip
Notes
Diffstat (limited to 'usr.sbin/mld6query')
-rw-r--r--usr.sbin/mld6query/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mld6query/Makefile b/usr.sbin/mld6query/Makefile
index 7100520ad4d3..0e9da4926104 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 <bsd.prog.mk>