2001-03-20 18:17:26 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-05-06 04:22:01 +00:00
|
|
|
.include <src.opts.mk>
|
2009-04-29 09:50:04 +00:00
|
|
|
|
1996-12-15 21:57:32 +00:00
|
|
|
PROG= mtest
|
2001-03-26 14:42:20 +00:00
|
|
|
MAN= mtest.8
|
1996-12-15 21:57:32 +00:00
|
|
|
|
2009-04-29 09:50:04 +00:00
|
|
|
BINMODE= 555
|
2018-05-19 20:57:22 +00:00
|
|
|
WARNS?= 3
|
2009-04-29 09:50:04 +00:00
|
|
|
|
|
|
|
# XXX This assumes INET support in the base system.
|
|
|
|
CFLAGS+=-DINET
|
|
|
|
|
|
|
|
.if ${MK_INET6_SUPPORT} != "no"
|
|
|
|
CFLAGS+=-DINET6
|
|
|
|
.endif
|
|
|
|
|
1996-12-15 21:57:32 +00:00
|
|
|
.include <bsd.prog.mk>
|