1 # $NetBSD: Makefile,v 1.4.30.1 2005/04/29 11:29:16 kent 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