1 # $NetBSD: Makefile,v 1.5 2005/02/21 00:29:07 thorpej Exp $ 2 3 INCSDIR= /usr/include/dev/scsipi 4 5 # Only install includes which are used by userland 6 INCS= scsi_spc.h 7 INCS+= scsipi_all.h scsi_all.h scsipi_cd.h scsipi_debug.h scsi_disk.h \ 8 scsipiconf.h scsiconf.h ses.h 9 10 .include <bsd.kinc.mk> 11