# $FreeBSD$

PROG= cdcontrol
WARNS?= 2

DPADD=	${LIBEDIT} ${LIBTERMCAP}
LDADD=	-ledit -ltermcap

.include <bsd.prog.mk>