]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/regression/sockets/so_setfib/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / regression / sockets / so_setfib / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG=   so_setfib
6 MAN=
7 WARNS?= 6
8
9 .if ${MK_INET} != "no"
10 CFLAGS+=        -DINET
11 .endif
12 .if ${MK_INET6} != "no"
13 CFLAGS+=        -DINET6
14 .endif
15
16 .include <bsd.prog.mk>