Skip to content

Commit

Permalink
INET6 has no effect on rtsol, it's an IPv6-only tool with its
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
yarique committed Jul 27, 2006
1 parent 144c917 commit b4a2047
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sbin/rtsol/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit b4a2047

Please sign in to comment.