$OpenBSD: patch-Imakefile,v 1.1 2000/06/05 01:09:24 espie Exp $
--- Imakefile.orig	Sun Mar 13 01:38:53 1994
+++ Imakefile	Mon Jun  5 02:43:45 2000
@@ -48,11 +48,13 @@
 #define	USE_XPM
 #define USE_SHAPE
 #define	USE_XFACE
-#define USE_SOUND
-#define	USE_BUCKETS
+#undef  USE_SOUND
+#undef 	USE_BUCKETS
 #define USE_POP
 #define LOOKUP_HOSTNAME
 
+#define IHaveSubdirs
+SUBDIRS = images sounds
 #
 #  For debugging.
 #
@@ -65,7 +67,7 @@
 #	-DLOOKUP_DEBUG
 #
 #CDEBUGFLAGS= -Wall -g 
-#CDEBUGFLAGS= -g
+CDEBUGFLAGS= -pipe -O2
 
 #ifdef USE_XFACE
 XFACE_SRCS	= face_search_xface.c face_image_xface.c
@@ -265,7 +267,7 @@ tag:
 
 files:
 	@echo $(HDRS) $(SRCS) $(OTHER_FILES)
-	
+
 clean::
 	rm -rf Distribution
 
