From 944da8504078dbc21a333a7f8d6d2efa2f250ac6 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 5 Jul 2000 09:48:43 +0000 Subject: Sync with KAME Obtained from: KAME --- sbin/rtsol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/rtsol/Makefile') diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index d373d6c..693fa49 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} -- cgit v1.1