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