xref: /freebsd/gnu/Makefile (revision 22cf89c938886d14f5796fc49f9f020c23ea8eaf)
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