1# $OpenBSD: Makefile,v 1.1 2018/12/19 21:21:59 bluhm Exp $ 2 3# There is a race where a second control message is inserted into 4# the receive socket buffer while it is processed by soreceive(9). 5# As this code path is rarely triggered in real life, add a 6# regress test. 7 8PROG= mcontrol-stream 9WARNINGS= yes 10 11.include <bsd.regress.mk> 12