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
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
regress
/
sys
/
crypto
/
Makefile.inc
blob
0126b6d52c2ede8dbf9781f677179f436677f942
1
# $NetBSD: Makefile.inc,v 1.6 2002/08/18 14:59:34 itojun Exp $
2
# $KAME: Makefile.inc,v 1.3 2000/11/08 05:58:24 itojun Exp $
3
4
.if !target(regress)
5
.include <bsd.own.mk>
6
7
SYSDIR= ${NETBSDSRCDIR}/sys
8
WARNS?= 1
9
10
regress:
11
@./${PROG}
12
13
BENCHROUNDS?= 10000
14
15
benchmark:
16
@time ./${PROG} ${BENCHROUNDS}
17
.endif
18
19
# do not install regression test programs
20
proginstall::