xref: /freebsd/usr.sbin/mtest/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1c6063d0dSWarner Losh.include <src.opts.mk>
27369700eSBruce M Simpson
3cf20f871SBill FennerPROG=	mtest
4345e52e7SRuslan ErmilovMAN=	mtest.8
5cf20f871SBill Fenner
67369700eSBruce M SimpsonBINMODE= 555
7*d67c790dSEitan AdlerWARNS?=	3
87369700eSBruce M Simpson
97369700eSBruce M Simpson# XXX This assumes INET support in the base system.
107369700eSBruce M SimpsonCFLAGS+=-DINET
117369700eSBruce M Simpson
127369700eSBruce M Simpson.if ${MK_INET6_SUPPORT} != "no"
137369700eSBruce M SimpsonCFLAGS+=-DINET6
147369700eSBruce M Simpson.endif
157369700eSBruce M Simpson
16cf20f871SBill Fenner.include <bsd.prog.mk>
17