1#	@(#)Makefile	5.33.1.1 (Berkeley) 5/6/91
2# $FreeBSD$
3
4.include <bsd.own.mk>
5
6SUBDIR= lib ${_tests} usr.bin
7
8.if ${MK_TESTS} != "no"
9_tests=	tests
10.endif
11
12.include <bsd.subdir.mk>
13