mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
12 lines
132 B
Makefile
12 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
HAS_TESTS=
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
SUBDIR = libxo .WAIT encoder
|
|
|
|
.include <bsd.subdir.mk>
|