xref
: /
freebsd
/
lib
/
libcam
/
tests
/
Makefile
(revision 2d23488dac42e567e6d4de9ef1b0211c62f7e3e9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
ATF_TESTS_C
+=
libcam_test
4
5
LIBADD
+=
cam
6
7
WARNS
?=
6
8
9
.
include
<
bsd.test.mk
>
10