1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00
freebsd/usr.sbin/mtest/Makefile
2009-04-29 09:50:04 +00:00

19 lines
233 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
PROG= mtest
MAN= mtest.8
BINMODE= 555
WARNS?= 2
# XXX This assumes INET support in the base system.
CFLAGS+=-DINET
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DINET6
.endif
.include <bsd.prog.mk>