summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets/so_setfib/Makefile
blob: fc12745e0c58e2d4a177ea28d60d678fbd96fa99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PROG=	so_setfib
MAN=
WARNS?=	6

.ifdef INET6
CFLAGS+=	-DINET6
.endif
.ifdef INET
CFLAGS+=	-DINET
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud