47606b869e
tests/... is a special snowflake directory and using HAS_TESTS would result in a nasty layering violation between bsd.tests.mk and bsd.prog.mk. Add reachover Makefile.inc's which get the default value from Makefile.inc0 (inspired by gnu/usr.bin/binutils/Makefile.inc0).
6 lines
66 B
Makefile
6 lines
66 B
Makefile
# $FreeBSD$
|
|
|
|
WARNS?= 6
|
|
|
|
.include "${SRCTOP}/tests/Makefile.inc0"
|