]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/pipe/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.git] / tools / regression / pipe / Makefile
1 #
2 # $FreeBSD$
3 #
4 # "make" then "make regress".
5 #
6 PROG=   bigpipetest
7 MAN=
8
9 regress:
10         @if ./bigpipetest; then \
11                 echo "PASS"; \
12         else \
13                 echo "FAIL"; \
14         fi
15
16 .include <bsd.prog.mk>