diff options
author | kris <kris@FreeBSD.org> | 2000-07-05 09:48:43 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-07-05 09:48:43 +0000 |
commit | 944da8504078dbc21a333a7f8d6d2efa2f250ac6 (patch) | |
tree | 8d6184e6e15d0eb47bec23d07019e2dd6927f046 /sbin/rtsol/Makefile | |
parent | c8b7610f71b302a32781dcd1cc64ffe202632c8a (diff) | |
download | FreeBSD-src-944da8504078dbc21a333a7f8d6d2efa2f250ac6.zip FreeBSD-src-944da8504078dbc21a333a7f8d6d2efa2f250ac6.tar.gz |
Sync with KAME
Obtained from: KAME
Diffstat (limited to 'sbin/rtsol/Makefile')
-rw-r--r-- | sbin/rtsol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |