xref: /netbsd/sys/dev/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.10 2001/12/04 21:43:44 augustss Exp $
2
3SUBDIR=	ata dec hpc i2o ic ir isa ofw pci pckbc pcmcia raidframe \
4	sbus scsipi sun tc usb vme wscons
5
6KDIR=	/sys/dev
7INCSDIR= /usr/include/dev
8
9# Only install includes which are used by userland
10INCS=	ccdvar.h md.h vndvar.h
11
12.include <bsd.kinc.mk>
13