aboutsummaryrefslogtreecommitdiff
path: root/share/examples/scsi_target/Makefile
blob: 22647655a9252015640e7d52d963f9c95375b2db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/${PROG}
PROG=	scsi_target
SRCS=	scsi_target.h scsi_target.c scsi_cmds.c
DPADD=	${LIBCAM} ${LIBSBUF}
LDADD=	-lcam -lsbuf

MAN=	scsi_target.8

.include <bsd.prog.mk>