From: Junio C Hamano Date: Thu, 27 Dec 2012 00:16:59 +0000 (-0800) Subject: Meta/Make: tweaks for NetBSD 6.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b7fd87ee344391961ba97808e11d667b8d6966;p=thirdparty%2Fgit.git Meta/Make: tweaks for NetBSD 6.0 --- diff --git a/Make b/Make index 1184ecdad9..fa393ed022 100755 --- a/Make +++ b/Make @@ -62,6 +62,10 @@ OpenBSD) O="-fgnu89-inline" skip="t9402" ;; +NetBSD) + OLD_ICONV=YesPlease; export OLD_ICONV + skip="t5000 t9402" + ;; FreeBSD) OLD_ICONV=YesPlease; export OLD_ICONV skip="t5560" @@ -180,6 +184,7 @@ GNU_ROFF=YesPlease' # Platform hack if test -z "${make:+set}" && { test -x /usr/local/bin/gmake || + test -x /usr/pkg/bin/gmake test -x /usr/bin/gmake } then