freebsd-dev/tools/regression/fifo/fifo_misc/Makefile
Robert Watson 062defcd30 Add fifo_misc, a regression test to hold misc. functional tests for fifos
that don't obviously fit into create, open, and io.  For now, add only a
regression test to make sure that lseek() fails with ESPIPE (which it
doesn't).
2005-09-12 11:58:14 +00:00

8 lines
70 B
Makefile

# $FreeBSD$
PROG= fifo_misc
NO_MAN=
WARNS= 3
.include <bsd.prog.mk>