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
Sync usage with man page.
[netbsd-mini2440.git]
/
regress
/
sys
/
net
/
bpf
/
interface
/
Makefile
blob
e03e3040f952c45d9fbc8996545ce5f356702cf3
1
# $NetBSD: Makefile,v 1.1 2005/12/14 23:55:02 rpaulo Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
interface
6
WARNS
=
3
7
8
regress
:
9
@if .
/${
PROG
} ;
then \
10
echo
"PASSED"
;
\
11
else
\
12
echo
"FAILED"
;
\
13
fi
14
15
.
include
<
bsd.prog.mk
>