From 2c0c3489ce476bb05fa5e03c6a7fee6baadf8927 Mon Sep 17 00:00:00 2001 From: yar Date: Thu, 27 Jul 2006 17:56:57 +0000 Subject: 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) --- sbin/rtsol/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sbin/rtsol') 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 - CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL -.if ${MK_INET6_SUPPORT} != "no" -CFLAGS+= -DINET6 -.endif - .include -- cgit v1.1