]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/mtest/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>