summaryrefslogtreecommitdiff
path: root/sys/dev/std
diff options
context:
space:
mode:
authorjdolecek <jdolecek@NetBSD.org>2001-04-11 07:42:31 +0000
committerjdolecek <jdolecek@NetBSD.org>2001-04-11 07:42:31 +0000
commit372e5956ef1cc3a9be778f36c7d87c088b25f1b7 (patch)
tree7b1d3caa053426a8afca44a380c96639f78cf166 /sys/dev/std
parent4ac5e36af27bb2b726bc9a97195d4f6085afa007 (diff)
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.
Diffstat (limited to 'sys/dev/std')
-rw-r--r--sys/dev/std/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/std/Makefile b/sys/dev/std/Makefile
deleted file mode 100644
index 26c4ed565f2..00000000000
--- a/sys/dev/std/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2000/06/15 03:43:40 matt Exp $
-
-INCSDIR= /usr/include/dev/std
-
-INCS= ieee1212reg.h
-
-.include <bsd.kinc.mk>