Makefile revision 191651
1# $FreeBSD: head/usr.sbin/mtest/Makefile 191651 2009-04-29 09:50:04Z bms $
2
3.include <bsd.own.mk>
4
5PROG=	mtest
6MAN=	mtest.8
7
8BINMODE= 555
9WARNS?=	2
10
11# XXX This assumes INET support in the base system.
12CFLAGS+=-DINET
13
14.if ${MK_INET6_SUPPORT} != "no"
15CFLAGS+=-DINET6
16.endif
17
18.include <bsd.prog.mk>
19