opnsense-src/tools/regression/fifo/fifo_open/Makefile
Robert Watson 9c40729fdf Add fifo_open, a basic regression test for opening fifos, which tests
the blocking and non-blocking forms of open based on the POSIX spec for
now O_NONBLOCK should be handled.
2005-09-11 13:03:36 +00:00

7 lines
70 B
Makefile

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