13 lines
336 B
Makefile
13 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.13 2002/10/14 02:08:40 takemura Exp $
|
|
|
|
SUBDIR= apm ata dec hpc i2o ic ir isa ofw pci pckbc pcmcia raidframe \
|
|
sbus scsipi sun tc usb vme wscons
|
|
|
|
KDIR= /sys/dev
|
|
INCSDIR= /usr/include/dev
|
|
|
|
# Only install includes which are used by userland
|
|
INCS= ccdvar.h cgdvar.h kttcpio.h md.h vndvar.h
|
|
|
|
.include <bsd.kinc.mk>
|