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