summaryrefslogtreecommitdiffstats
path: root/sbin/rtsol
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-27 17:56:57 +0000
committeryar <yar@FreeBSD.org>2006-07-27 17:56:57 +0000
commit2c0c3489ce476bb05fa5e03c6a7fee6baadf8927 (patch)
tree6354e280eb482df31a0651c54179d170c2c79a04 /sbin/rtsol
parent7f4c5045cc52a268fa63529ec47833432fa8c4df (diff)
downloadFreeBSD-src-2c0c3489ce476bb05fa5e03c6a7fee6baadf8927.zip
FreeBSD-src-2c0c3489ce476bb05fa5e03c6a7fee6baadf8927.tar.gz
INET6 has no effect on rtsol, it's an IPv6-only tool with its
code independent of the macro. This utility is just omitted from the build as a whole by ../Makefile if MK_INET6 is set to false. Pointed out by: ume Tested with: cmp(1)
Diffstat (limited to 'sbin/rtsol')
-rw-r--r--sbin/rtsol/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index 250f804..ca87dc9 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -22,13 +22,6 @@ SRCS= rtsold.c rtsol.c if.c probe.c rtsock.c
NO_MAN=
WARNS?= 0
-# after NO_MAN
-.include <bsd.own.mk>
-
CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
-.if ${MK_INET6_SUPPORT} != "no"
-CFLAGS+= -DINET6
-.endif
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud