sbin/hammer: Partly revert 2c1d3cef in 2010
[dragonfly.git] / sbin / camcontrol / Makefile
1 # $FreeBSD: src/sbin/camcontrol/Makefile,v 1.3.2.5 2002/04/19 13:46:38 ru Exp $
2
3 PROG=   camcontrol
4 SRCS=   camcontrol.c util.c
5 SRCS+=  modeedit.c
6 DPADD=  ${LIBCAM} ${LIBSBUF} ${LIBUTIL}
7 LDADD=  -lcam -lsbuf -lutil
8 MAN=    camcontrol.8
9
10 .include <bsd.prog.mk>