# $FreeBSD$

PROG=	stlstats
MAN8=	stlstats.8

DPADD=	${LIBNCURSES} ${LIBMYTINFO}
LDADD=	-lncurses -lmytinfo

.include <bsd.prog.mk>
