c6db8143ed
Reduce overlinking
10 lines
121 B
Makefile
10 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
.if ${MK_INET6_SUPPORT} != "no"
|
|
CFLAGS+= -DINET6
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|