Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / regress / sys / crypto / Makefile.inc
blob0126b6d52c2ede8dbf9781f677179f436677f942
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 $
4 .if !target(regress)
5 .include <bsd.own.mk>
7 SYSDIR= ${NETBSDSRCDIR}/sys
8 WARNS?= 1
10 regress:
11         @./${PROG}
13 BENCHROUNDS?=   10000
15 benchmark:
16         @time ./${PROG} ${BENCHROUNDS}
17 .endif
19 # do not install regression test programs
20 proginstall::