1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD$
3
4.include <bsd.own.mk>
5
6PROG=	cat
7
8.if ${MK_TESTS} != "no"
9SUBDIR+=	tests
10.endif
11
12.include <bsd.prog.mk>
13