1#         $NetBSD: Makefile,v 1.6 2005/12/11 12:23:50 christos Exp $
2
3INCSDIR= /usr/include/dev/scsipi
4
5# Only install includes which are used by userland
6INCS=     scsi_spc.h
7INCS+=    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