# $FreeBSD: releng/12.1/usr.sbin/mtest/Makefile 333894 2018-05-19 20:57:22Z eadler $ # $BSDSUniX $ .include PROG= mtest MAN= mtest.8 BINMODE= 555 WARNS?= 3 # XXX This assumes INET support in the base system. CFLAGS+=-DINET .if ${MK_INET6_SUPPORT} != "no" CFLAGS+=-DINET6 .endif .include