From 372e5956ef1cc3a9be778f36c7d87c088b25f1b7 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Wed, 11 Apr 2001 07:42:31 +0000 Subject: 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. --- sys/dev/microcode/isp/Makefile | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 sys/dev/microcode/isp/Makefile (limited to 'sys/dev/microcode/isp') diff --git a/sys/dev/microcode/isp/Makefile b/sys/dev/microcode/isp/Makefile deleted file mode 100644 index 88f097aad2b..00000000000 --- a/sys/dev/microcode/isp/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -# $NetBSD: Makefile,v 1.2 1999/08/26 07:58:58 mrg Exp $ - -.include -- cgit