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