summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/Makefile
blob: ea2c5fac1ab8ed6100860d044965fc84819d8eae (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.4 2001/05/31 21:54:07 tron Exp $

INCSDIR= /usr/include/dev/scsipi

# Only install includes which are used by userland
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>