summaryrefslogtreecommitdiff
path: root/net/maradns/patches/patch-ab
blob: 34a3e2b450e4e7aeb254cc78fa21625cef8611ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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