]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.sbin/mtest/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / usr.sbin / mtest / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG=   mtest
6 MAN=    mtest.8
7
8 BINMODE= 555
9 WARNS?= 2
10
11 # XXX This assumes INET support in the base system.
12 CFLAGS+=-DINET
13
14 .if ${MK_INET6_SUPPORT} != "no"
15 CFLAGS+=-DINET6
16 .endif
17
18 .include <bsd.prog.mk>