NetBSD/regress/sys/crypto/Makefile.inc
christos b139bf30af Turn on WARNS to 4, so that magically -std=gnu99 gets turned on and fix
the few warnings. Since the kernel uses c99, this makes kernel code that
uses c99 features compile.
2011-05-14 16:26:23 +00:00

21 lines
360 B
Makefile

# $NetBSD: Makefile.inc,v 1.8 2011/05/14 16:26:23 christos Exp $
# $KAME: Makefile.inc,v 1.3 2000/11/08 05:58:24 itojun Exp $
.if !target(regress)
.include <bsd.own.mk>
SYSDIR= ${NETBSDSRCDIR}/sys
WARNS?= 4
regress:
@./${PROG}
BENCHROUNDS?= 10000
benchmark:
@time ./${PROG} ${BENCHROUNDS}
.endif
# do not install regression test programs
proginstall::