mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
libopenbsd retains recallocarray() during bootstrapping for now as it is needed for mandoc. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D52864
10 lines
224 B
Makefile
10 lines
224 B
Makefile
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tests/os-tests/tests/oclo
|
|
|
|
TESTSDIR= ${TESTSBASE}/cddl/oclo
|
|
|
|
PLAIN_TESTS_C= oclo oclo_errors ocloexec_verify
|
|
|
|
SRCS.oclo= oclo.c
|
|
LIBADD.ocloexec_verify+= util
|
|
|
|
.include <bsd.test.mk>
|