mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
This effectively "reverts" r290846 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
9 lines
184 B
Makefile
9 lines
184 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSRC:= ${SRCTOP}/contrib/netbsd-tests/${RELDIR:C/libc\/tests/libc/}
|
|
|
|
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/}
|
|
|
|
WARNS?= 2
|
|
|
|
.include <netbsd-tests.test.mk>
|