$OpenBSD: patch-makeinclude_in,v 1.2 2002/12/16 16:58:12 wilfried Exp $
--- makeinclude.in.orig	Mon Aug  5 19:58:16 2002
+++ makeinclude.in	Mon Dec 16 17:27:38 2002
@@ -98,32 +98,24 @@ POSTBUILD	= @POSTBUILD@
 CAT1EXT		= @CAT1EXT@
 CAT3EXT		= @CAT3EXT@
 
-# Be quiet when building...
-.SILENT:
-
 # Build commands and filename extensions...
 .SUFFIXES:	.0 .1 .3 .c .cxx .h .fl .man .o .z $(EXEEXT)
 
 .o$(EXEEXT):
-	echo Linking $@...
 	$(CXX) -I.. $(CXXFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@
 	$(POSTBUILD) $@ ../FL/mac.r
 
 .c.o:
-	echo Compiling $<...
 	$(CC) -I.. $(CFLAGS) -c $<
 
 .cxx.o:
-	echo Compiling $<...
 	$(CXX) -I.. $(CXXFLAGS) -c $<
 
 .man.0 .man.1 .man.3:
-	echo Formatting $<...
 	rm -f $@
 	$(NROFF) -man $< >$@
 
 .man.z:
-	echo Formatting $<...
 	rm -f $@ t.z
 	$(NROFF) -man $< >t
 	pack -f t
