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