NetBSD/regress/sys/crypto/Makefile.inc

21 lines
357 B
PHP
Raw Normal View History

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