]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/examples/scsi_target/Makefile
Upgrade Unbound to 1.6.4. More to follow.
[FreeBSD/FreeBSD.git] / share / examples / scsi_target / Makefile
1 # $FreeBSD$
2
3 PACKAGE=examples
4 FILESDIR=${SHAREDIR}/examples/${PROG}
5 PROG=   scsi_target
6 SRCS=   scsi_target.h scsi_target.c scsi_cmds.c
7 DPADD=  ${LIBCAM} ${LIBSBUF}
8 LDADD=  -lcam -lsbuf
9
10 MAN=    scsi_target.8
11
12 .include <bsd.prog.mk>