summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/Makefile
blob: edcdbbb5c5a8e4bc82fe26178b487b2e072ba4ca (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.6 2005/12/11 12:23:50 christos Exp $

INCSDIR= /usr/include/dev/scsipi

# Only install includes which are used by userland
INCS=	scsi_spc.h
INCS+=	scsipi_all.h scsi_all.h scsipi_cd.h scsipi_debug.h scsi_disk.h 	\
	scsipiconf.h scsiconf.h ses.h

.include <bsd.kinc.mk>