freebsd-src/usr.sbin/mtest/Makefile

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

18 lines
222 B
Makefile
Raw Normal View History

.include <src.opts.mk>
PROG= mtest
MAN= mtest.8
BINMODE= 555
2018-05-19 20:57:22 +00:00
WARNS?= 3
# XXX This assumes INET support in the base system.
CFLAGS+=-DINET
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DINET6
.endif
.include <bsd.prog.mk>