1PROG=	ci
2SRCS=	ci.c
3CFLAGS+= -I${.CURDIR}/../lib
4LDADD=	${LIBRCS}
5DPADD=	${LIBRCS}
6
7.include "../../Makefile.inc"
8.include <bsd.prog.mk>
9