NetBSD/sys/dev/i2o/Makefile
jdolecek 372e5956ef Only install headers which are actually used by our userland. This
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.
2001-04-11 07:42:31 +00:00

9 lines
188 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/04/11 07:42:33 jdolecek Exp $
INCSDIR= /usr/include/dev/i2o
# Only install includes which are used by userland
INCS= i2o.h iopio.h
.include <bsd.kinc.mk>