PROG=	rcsclean
SRCS=	rcsclean.c
CFLAGS+= -I${.CURDIR}/../lib
LDADD=	${LIBRCS}
DPADD=	${LIBRCS}

.include "../../Makefile.inc"
.include <bsd.prog.mk>