1993-06-18 04:22:21 +00:00
|
|
|
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
|
1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1993-06-18 04:22:21 +00:00
|
|
|
|
2014-05-06 04:22:01 +00:00
|
|
|
.include <src.opts.mk>
|
2014-04-21 21:39:25 +00:00
|
|
|
|
2015-10-15 22:55:08 +00:00
|
|
|
SUBDIR= lib .WAIT \
|
|
|
|
${_tests} usr.bin
|
2014-04-21 21:39:25 +00:00
|
|
|
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
|
|
_tests= tests
|
|
|
|
.endif
|
1993-06-18 04:22:21 +00:00
|
|
|
|
2015-10-15 22:55:08 +00:00
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
1993-06-18 04:22:21 +00:00
|
|
|
.include <bsd.subdir.mk>
|