mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
9 lines
121 B
Makefile
9 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
.if ${MK_INET6_SUPPORT} != "no"
|
|
CFLAGS+= -DINET6
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|