]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/cdcontrol/Makefile
CAM_DEV_QFREEZE handling should only be done on request submission but
[FreeBSD/FreeBSD.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>