]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - Makefile
a505e3a3e4a29a869875e1491364cb792ad547fc
[FreeBSD/stable/10.git] / Makefile
1 # $FreeBSD$
2
3 PROG= cdcontrol
4
5 DPADD=  ${LIBEDIT} ${LIBTERMCAP}
6 LDADD=  -ledit -ltermcap
7
8 .include <bsd.prog.mk>