1 # $NetBSD: Makefile,v 1.4.22.1 2005/03/04 16:50:32 skrll 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