mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04: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>
|