aboutsummaryrefslogtreecommitdiff
path: root/sbin/rtsol
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-07-05 09:48:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-07-05 09:48:43 +0000
commit9c5fbccb1121ce4dc6e1882b441396ebe977da3e (patch)
tree91d2dc2197c9993c43feebd0b6fc7cbeedde5492 /sbin/rtsol
parentccc58874e7bc295ad0399972b918c2307f9b623e (diff)
downloadsrc-9c5fbccb1121ce4dc6e1882b441396ebe977da3e.tar.gz
src-9c5fbccb1121ce4dc6e1882b441396ebe977da3e.zip
Sync with KAME
Obtained from: KAME
Notes
Notes: svn path=/head/; revision=62629
Diffstat (limited to 'sbin/rtsol')
-rw-r--r--sbin/rtsol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index d373d6cbcd0c..693fa4983573 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -18,7 +18,7 @@ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold
PROG= rtsol
SRCS= rtsold.c rtsol.c if.c probe.c dump.c
-CFLAGS+=-DINET6
+CFLAGS+=-DINET6 -DHAVE_GETIFADDRS
LDADD+= -lkvm
DPADD+= ${LIBKVM}