Makefile revision 291792
1#	@(#)Makefile	5.33.1.1 (Berkeley) 5/6/91
2# $FreeBSD: stable/10/gnu/Makefile 291792 2015-12-04 18:14:31Z bdrewery $
3
4.include <bsd.own.mk>
5
6SUBDIR= lib .WAIT \
7	${_tests} usr.bin
8
9.if ${MK_TESTS} != "no"
10_tests=	tests
11.endif
12
13SUBDIR_PARALLEL=
14
15.include <bsd.subdir.mk>
16