mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
10 lines
89 B
Makefile
10 lines
89 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
ATF_TESTS_C+= libcam_test
|
||
|
|
||
|
LIBADD+= cam
|
||
|
|
||
|
WARNS?= 6
|
||
|
|
||
|
.include <bsd.test.mk>
|