$NetBSD: patch-ac,v 1.1 2004/09/10 19:47:43 wiz Exp $

--- Makefile.orig	1998-04-04 21:27:42.000000000 +0200
+++ Makefile
@@ -98,7 +98,7 @@ dirs:	FRC
 $(SRC)$(MKFILE): support/cpp-Makefile Makefile config.h
 	cp $(SUPPORT)cpp-Makefile $(SRC)tmp-Makefile.c
 	(cd $(SRC); $(CPP) $(CPP_ARGS) tmp-Makefile.c \
-	| sed 's@[ 	]*$$@@' | uniq >$(MKFILE))
+	| sed -e 's@[ 	]*$$@@' -e 's@^         *@	@' | uniq >$(MKFILE))
 	rm -f $(SRC)tmp-Makefile.c
 
 # Subsequent lines contain targets that are correctly handled by an
