summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold/Makefile
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-08-08 16:52:31 +0000
committerume <ume@FreeBSD.org>2003-08-08 16:52:31 +0000
commit0820e437dc59b5da388bb504e58d1f00bd256862 (patch)
tree50cba84d10e6505e3662a05163062e1145b9737d /usr.sbin/rtsold/Makefile
parentbf86284d6ca930a2f0cbe53ce120be3cda8ada70 (diff)
downloadFreeBSD-src-0820e437dc59b5da388bb504e58d1f00bd256862.zip
FreeBSD-src-0820e437dc59b5da388bb504e58d1f00bd256862.tar.gz
drop the code for the environment where getifaddrs(3) is not
supported. Obtained from: KAME MFC after: 1 week
Diffstat (limited to 'usr.sbin/rtsold/Makefile')
-rw-r--r--usr.sbin/rtsold/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/Makefile b/usr.sbin/rtsold/Makefile
index bc0f4be..510e2dd 100644
--- a/usr.sbin/rtsold/Makefile
+++ b/usr.sbin/rtsold/Makefile
@@ -19,7 +19,7 @@ MAN= rtsold.8
MLINKS= rtsold.8 rtsol.8
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
-CFLAGS+= -DINET6 -DHAVE_GETIFADDRS -DHAVE_ARC4RANDOM
+CFLAGS+= -DINET6 -DHAVE_ARC4RANDOM
DPADD= ${LIBKVM}
LDADD= -lkvm
OpenPOWER on IntegriCloud