1 2.include <src.opts.mk> 3 4SUBDIR= lib .WAIT \ 5 usr.bin 6 7SUBDIR.${MK_TESTS}+= tests 8 9SUBDIR_PARALLEL= 10 11.include <bsd.subdir.mk> 12