$NetBSD: patch-ab,v 1.1 2003/11/14 21:19:03 cube Exp $

--- configure.orig	2002-01-24 07:43:44.000000000 +0100
+++ configure
@@ -72,6 +72,9 @@ elif echo $UNAME | grep -i cygwin > /dev
 	cat $BUILDDIR/Makefile.noflock >> Makefile
 	echo It looks like you are using Cygwin\; this should compile file
 	echo by typing in \'make\'.
+elif echo $UNAME | grep -i netbsd > /dev/null ; then
+	cat $BUILDDIR/Makefile.linux >> Makefile
+	echo It looks like you are using NetBSD\; just type in \'make\'
 else
 	cat $BUILDDIR/Makefile.noflock >> Makefile
 	echo I am not familiar with the OS you are running.  Please email
