blob: bd84bc4269816d38ec67a968a93ea1d8f8f189cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
# $FreeBSD$
.include <src.opts.mk>
SUBDIR= lib .WAIT \
${_tests} usr.bin
.if ${MK_TESTS} != "no"
_tests= tests
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
|