mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
aa92269e46
MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
15 lines
170 B
Makefile
15 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= lib .WAIT \
|
|
sbin usr.bin usr.sbin
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+=tests
|
|
.endif
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|