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