freebsd-dev/tools/regression/sockets/so_setfib/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
177 B
Makefile
Raw Normal View History

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