$NetBSD: patch-aa,v 1.6 2008/10/11 22:01:13 schwarz Exp $

--- Makefile.orig	2008-10-05 16:48:07.000000000 +0200
+++ Makefile	2008-10-05 16:49:50.000000000 +0200
@@ -22,7 +22,7 @@
 #  'make uninstall' alias for 'make clean' (for compatibility)
 #
 #-------------------------------------------------------------------------------
-SHELL = /bin/sh
+SHELL = ${SH}
 VERSION := 3.20
 
 
@@ -35,15 +35,15 @@
 TIGR_SRC_DIR  := $(TOP_DIR)/src/tigr
 KURTZ_SRC_DIR := $(TOP_DIR)/src/kurtz
 
-CC   := $(filter /%,$(shell /bin/sh -c 'type gcc'))
-CXX  := $(filter /%,$(shell /bin/sh -c 'type g++'))
-SED  := $(filter /%,$(shell /bin/sh -c 'type sed'))
-CSH  := $(filter /%,$(shell /bin/sh -c 'type csh'))
-PERL := $(filter /%,$(shell /bin/sh -c 'type perl'))
-AR   := $(filter /%,$(shell /bin/sh -c 'type ar'))
+#CC   := $(filter /%,$(shell /bin/sh -c 'type gcc'))
+#CXX  := $(filter /%,$(shell /bin/sh -c 'type g++'))
+#SED  := $(filter /%,$(shell /bin/sh -c 'type sed'))
+#CSH  := $(filter /%,$(shell /bin/sh -c 'type csh'))
+#PERL := $(filter /%,$(shell /bin/sh -c 'type perl'))
+#AR   := $(filter /%,$(shell /bin/sh -c 'type ar'))
 
-CPPFLAGS = -Wall -O3
-LDFLAGS  =
+#CPPFLAGS = -Wall -O3
+#LDFLAGS  =
 
 FLATS = ACKNOWLEDGEMENTS COPYRIGHT INSTALL LICENSE Makefile README ChangeLog
 
