2001-03-20 18:17:26 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-04-29 09:50:04 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
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
|
|
|
|
WARNS?= 2
|
|
|
|
|
|
|
|
# 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>
|