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.
11 lines
283 B
Makefile
11 lines
283 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/04/11 07:42:37 jdolecek Exp $
|
|
|
|
# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
|
|
|
|
INCSDIR= /usr/include/dev/pci
|
|
|
|
# Only install includes which are used by userland
|
|
INCS= if_lmc_types.h if_lmcioctl.h tgareg.h
|
|
|
|
.include <bsd.kinc.mk>
|