From 9c5fbccb1121ce4dc6e1882b441396ebe977da3e Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 5 Jul 2000 09:48:43 +0000 Subject: [PATCH] Sync with KAME Obtained from: KAME --- sbin/rtsol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index d373d6cbcd0..693fa498357 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}