372e5956ef
saves about 2.2MB under /usr/include/dev/. Discussed on tech-kern@ recently. I HOPE to get the list right. The headers I left in are ones used for MI tools and those whose usage I discovered by grep over tree sources. Feel free to put needed includes back in if you encounter anything which should not be removed from lists.
12 lines
271 B
Makefile
12 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/04/11 07:42:31 jdolecek Exp $
|
|
|
|
SUBDIR= ata dec i2o ic pci pckbc pcmcia scsipi sun usb wscons
|
|
|
|
KDIR= /sys/dev
|
|
INCSDIR= /usr/include/dev
|
|
|
|
# Only install includes which are used by userland
|
|
INCS= ccdvar.h md.h vndvar.h
|
|
|
|
.include <bsd.kinc.mk>
|