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

PROG=	so_setfib
NO_MAN=
WARNS?=	6

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

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