repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
context
/
Makefile
blob
4ef4356ad9deef3eed819db9bb9a3558763ffb77
1
# $NetBSD: Makefile,v 1.1 2002/10/16 19:12:42 thorpej Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
context
6
7
regress
: ${
PROG
}
8
@if .
/${
PROG
};
then \
9
echo
"PASSED"
;
\
10
else
\
11
echo
"FAILED"
;
\
12
fi
13
14
.
include
<
bsd.prog.mk
>