freebsd-dev/share/examples/scsi_target/Makefile
Justin T. Gibbs 9875eecf53 SCSI Target userland process example. Provides/Dumps the data related to
RECEIVE/SEND processor target requests to the "targ" sample target mode
driver.
1998-09-15 06:46:32 +00:00

9 lines
85 B
Makefile

# $Id$
PROG= scsi_target
SRCS= scsi_target.c
NOMAN= noman
.include <bsd.prog.mk>