freebsd-dev/tools/regression/netatalk/simple_send/Makefile
Robert Watson ffd446110e Add a simple tool to bind netatalk sockets and perform send operations.
This isn't a classic regression test in that it doesn't have a notion of
pass fail, it's more of an exercise tool.  It attempts to exercise
unbound, bound, unconnected, and connected variations on SOCK_DGRAM
sockets.
2004-07-17 17:12:15 +00:00

9 lines
70 B
Makefile

#
# $FreeBSD$
#
PROG= simple_send
NOMAN= yes
.include <bsd.prog.mk>