mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
various types, as well as pipes and fifos for good measure. RELENG_6 currently passes all of these tests, but 7-CURRENT fails 0-byte writes and sends on all stream socket types (and fifos, as they are based on stream sockets). Bumped into by: peter Diagnosed by: jhb Problem of: andre
7 lines
70 B
Makefile
7 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= zerosend
|
|
NO_MAN=
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|