#	$OpenBSD: Makefile,v 1.4 2016/03/07 21:47:04 natano Exp $

PROG=	clri
MAN=	clri.8

DPADD=	${LIBUTIL}
LDADD=	-lutil

.include <bsd.prog.mk>