mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 08:41:30 -04:00
the blocking and non-blocking forms of open based on the POSIX spec for now O_NONBLOCK should be handled.
7 lines
70 B
Makefile
7 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= fifo_open
|
|
NO_MAN=
|
|
WARNS= 3
|
|
|
|
.include <bsd.prog.mk>
|