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