1# $FreeBSD$
2
3PROG= cdcontrol
4
5DPADD=	${LIBEDIT} ${LIBTERMCAP}
6LDADD=	-ledit -ltermcap
7
8.include <bsd.prog.mk>
9