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