797209d767
This is "make tinderbox" clean.
13 lines
180 B
Makefile
13 lines
180 B
Makefile
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
|
|
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= lib ${_tests} usr.bin
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
_tests= tests
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|