1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD$
3
4PACKAGE=runtime
5PROG=	clri
6MAN=	clri.8
7LIBADD=	ufs
8WARNS?=	2
9
10.include <bsd.prog.mk>
11