Home | History | Annotate | Line # | Download | only in scsipi
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 2005/12/11 12:23:50 christos 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