HardenedBSD/tools/regression/netinet/udpzerobyte/Makefile
Robert Watson 8c3bc1af40 Regression test for the loopback handling of zero-length UDP packets, which
should be delivered but without payload.
2008-10-07 10:31:55 +00:00

8 lines
73 B
Makefile

# $FreeBSD$
PROG= udpzerobyte
NO_MAN=
WARNS?= 2
.include <bsd.prog.mk>