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)
This commit is contained in:
parent
144c917377
commit
b4a2047ac8
@ -22,13 +22,6 @@ SRCS= rtsold.c rtsol.c if.c probe.c rtsock.c
|
|||||||
NO_MAN=
|
NO_MAN=
|
||||||
WARNS?= 0
|
WARNS?= 0
|
||||||
|
|
||||||
# after NO_MAN
|
|
||||||
.include <bsd.own.mk>
|
|
||||||
|
|
||||||
CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
|
CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
|
||||||
|
|
||||||
.if ${MK_INET6_SUPPORT} != "no"
|
|
||||||
CFLAGS+= -DINET6
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user