freebsd-dev/tools/regression/sockets/fstat/Makefile
Robert Watson cb824561e6 Add very simple regression test for fstat(2) on sockets: make sure it
returns success for various socket types.  It's easy to imagine this
being enhanced to validate the returned data, but...
2008-10-06 19:42:03 +00:00

10 lines
71 B
Makefile

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