freebsd-src/tests/oclo/Makefile
Robert Clausecker acd546f01e */*: remove recallocarray() compat shims following import into libc
libopenbsd retains recallocarray() during bootstrapping for now
as it is needed for mandoc.

Reviewed by:	kib
Differential Revision: https://reviews.freebsd.org/D52864
2025-10-03 19:47:52 +02:00

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>