]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/camdd/Makefile
MFV r322221: 7910 l2arc_write_buffers() may write beyond target_sz
[FreeBSD/FreeBSD.git] / usr.sbin / camdd / Makefile
1 # $FreeBSD$
2
3 PROG=   camdd
4 SRCS=   camdd.c
5 SDIR=   ${SRCTOP}/sys
6 LIBADD= cam mt util pthread
7 NO_WTHREAD_SAFETY=      1
8 MAN=    camdd.8
9
10 .include <bsd.prog.mk>