]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/cdcontrol/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / cdcontrol / Makefile
1 # $FreeBSD$
2
3 PROG= cdcontrol
4
5 WARNS?= 2
6
7 DPADD=  ${LIBEDIT} ${LIBTERMCAP}
8 LDADD=  -ledit -ltermcap
9
10 .include <bsd.prog.mk>