df9803ce96
everything "scsi_*", since we really are talking about the SCSI command set, ATAPI transport not withstanding. Improve the names of many structures, and prepend "SCSI_" onto all SCSI command opcodes. Place items described by the SCSI Primary Commands document into scsi_spc.h.
11 lines
291 B
Makefile
11 lines
291 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/02/21 00:29:07 thorpej Exp $
|
|
|
|
INCSDIR= /usr/include/dev/scsipi
|
|
|
|
# Only install includes which are used by userland
|
|
INCS= scsi_spc.h
|
|
INCS+= scsipi_all.h scsi_all.h scsipi_cd.h scsipi_debug.h scsi_disk.h \
|
|
scsipiconf.h scsiconf.h ses.h
|
|
|
|
.include <bsd.kinc.mk>
|