mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
02d98d1850
Sponsored by: Klara, Inc. Reviewed by: allanjude Differential Revision: https://reviews.freebsd.org/D45218
9 lines
158 B
Makefile
9 lines
158 B
Makefile
PACKAGE= tests
|
|
|
|
ATF_TESTS_C= libdiff_test
|
|
|
|
CFLAGS = -I${SRCTOP}/contrib/libdiff/lib -I${SRCTOP}/contrib/libdiff/include
|
|
LIBADD = diff
|
|
|
|
.include <bsd.test.mk>
|