mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
11 lines
212 B
Makefile
11 lines
212 B
Makefile
|
|
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>
|