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