repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pass read/write CRx registers to userspace
[freebsd-src/fkvm-freebsd.git]
/
tools
/
regression
/
pipe
/
Makefile
blob
cf732538b2559ab6df3a4ee858b03673f01b66f2
1
#
2
# $FreeBSD$
3
#
4
# "make" then "make regress".
5
#
6
PROG
=
bigpipetest
7
NO_MAN
=
8
9
regress
:
10
@if .
/
bigpipetest
;
then \
11
echo
"PASS"
;
\
12
else
\
13
echo
"FAIL"
;
\
14
fi
15
16
.
include
<
bsd.prog.mk
>