2002-09-18 07:54:26 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.7 2002/09/18 04:16:01 lukem Exp $
|
2000-11-08 09:02:01 +03:00
|
|
|
# $KAME: Makefile.inc,v 1.3 2000/11/08 05:58:24 itojun Exp $
|
2000-11-01 18:33:21 +03:00
|
|
|
|
2001-01-14 09:24:53 +03:00
|
|
|
.if !target(regress)
|
2002-09-18 07:54:26 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
SYSDIR= ${NETBSDSRCDIR}/sys
|
2000-11-08 09:02:01 +03:00
|
|
|
WARNS?= 1
|
|
|
|
|
|
|
|
regress:
|
2001-10-31 18:57:49 +03:00
|
|
|
@./${PROG}
|
2000-11-08 09:02:01 +03:00
|
|
|
|
|
|
|
BENCHROUNDS?= 10000
|
|
|
|
|
|
|
|
benchmark:
|
2001-10-31 18:57:49 +03:00
|
|
|
@time ./${PROG} ${BENCHROUNDS}
|
2001-01-14 09:24:53 +03:00
|
|
|
.endif
|
2002-08-18 18:59:32 +04:00
|
|
|
|
|
|
|
# do not install regression test programs
|
|
|
|
proginstall::
|