]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/mtest/Makefile
LinuxKPI: utsname.h add missing SPDX-License-Identifier
[FreeBSD/FreeBSD.git] / usr.sbin / mtest / Makefile
1
2 .include <src.opts.mk>
3
4 PROG=   mtest
5 MAN=    mtest.8
6
7 BINMODE= 555
8 WARNS?= 3
9
10 # XXX This assumes INET support in the base system.
11 CFLAGS+=-DINET
12
13 .if ${MK_INET6_SUPPORT} != "no"
14 CFLAGS+=-DINET6
15 .endif
16
17 .include <bsd.prog.mk>