opnsense-src/tools/regression/sockets/so_setfib/Makefile
Enji Cooper ddecfa0403 Fix the knob twiddling to work properly per src.opts.mk
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2015-04-11 06:38:50 +00:00

16 lines
187 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
PROG= so_setfib
MAN=
WARNS?= 6
.if ${MK_INET} != "no"
CFLAGS+= -DINET
.endif
.if ${MK_INET6} != "no"
CFLAGS+= -DINET6
.endif
.include <bsd.prog.mk>