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