$NetBSD: patch-ab,v 1.1.1.1 2005/10/10 17:18:55 reed Exp $

--- include/Imakefile.orig	2001-08-28 03:40:56.000000000 +1000
+++ include/Imakefile
@@ -4,7 +4,7 @@ XCOMM $Xorg: Imakefile,v 1.3 2000/08/18 
 
 
 XCOMM $XFree86: xc/include/Imakefile,v 3.29 2001/08/27 17:40:56 dawes Exp $
-#define IHaveSubdirs
+XCOMM #define IHaveSubdirs
 #define PassCDebugFlags /**/
 
 #if BuildGlxExt || BuildGLXLibrary
@@ -15,7 +15,7 @@ GLXDIR = GL
 DPSDIR = DPS
 #endif
 
-SUBDIRS = bitmaps extensions fonts $(GLXDIR) $(DPSDIR)
+SUBDIRS = 
 
 #ifdef Win32Architecture
 EXTRA_HEADERS = Xw32defs.h Xwinsock.h
@@ -50,9 +50,6 @@ all::
 
 BuildIncludes($(HEADERS),X11,..)
 
-#if BuildLibraries
-InstallMultipleFlags($(HEADERS),$(INCDIR)/X11,$(INSTINCFLAGS))
-#endif
 MakeSubdirs($(SUBDIRS))
 DependSubdirs($(SUBDIRS))
 
