Bring in FreeBSD's stress2 stress testing suite.
[dragonfly.git] / test / stress / stress2 / testcases / mkfifo / Makefile
1 # $FreeBSD$
2
3 PROG=   mkfifo
4 LDADD=  -lutil
5
6 .include <bsd.prog.mk>