xref: /freebsd/gnu/Makefile (revision 2ad756a6bbb30fc98ee9000fba5bceec916a6c70)
1#	@(#)Makefile	5.33.1.1 (Berkeley) 5/6/91
2
3.include <src.opts.mk>
4
5SUBDIR= lib .WAIT \
6	usr.bin
7
8SUBDIR.${MK_TESTS}+= tests
9
10SUBDIR_PARALLEL=
11
12.include <bsd.subdir.mk>
13