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