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>
|