mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
c6063d0da8
from the latter.
12 lines
143 B
Makefile
12 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= lib sbin usr.bin usr.sbin
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+=tests
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|