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