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
/
lib
/
libc
/
clone
/
Makefile
blob
d7afe0cd613838a9f36714c7ec5bf08acd2393fd
1
# $NetBSD: Makefile,v 1.3 2002/04/21 20:23:59 bjh21 Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
clonetest
6
COPTS
+= -
g
7
WARNS?
=
1
8
9
regress
: ${
PROG
}
10
@if .
/
clonetest
;
then \
11
echo PASSED
;
\
12
else
\
13
echo FAILED
;
\
14
exit
1
;
\
15
fi
16
17
.
include
<
bsd.prog.mk
>