1#	$NetBSD: Makefile.inc,v 1.7 2002/09/18 04:16:01 lukem 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
7SYSDIR=	${NETBSDSRCDIR}/sys
8WARNS?=	4
9
10regress:
11	@./${PROG}
12
13BENCHROUNDS?=	10000
14
15benchmark:
16	@time ./${PROG} ${BENCHROUNDS}
17.endif
18
19# do not install regression test programs
20proginstall::
21