xref: /freebsd-13.1/lib/libxo/Makefile (revision 2db46b45)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5HAS_TESTS=
6SUBDIR.${MK_TESTS}+= tests
7
8SUBDIR = libxo .WAIT encoder
9
10.include <bsd.subdir.mk>
11