Minor correction in umtx_*() calls, the mutex pointer should point to
[dragonfly.git] / usr.sbin / cdcontrol / Makefile
1 # $FreeBSD: src/usr.sbin/cdcontrol/Makefile,v 1.2.2.2 2002/03/15 22:34:25 mikeh Exp $
2 # $DragonFly: src/usr.sbin/cdcontrol/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
3
4 PROG= cdcontrol
5 WARNS?= 2
6
7 DPADD=  ${LIBEDIT} ${LIBTERMCAP}
8 LDADD=  -ledit -ltermcap
9
10 .include <bsd.prog.mk>