Meta/Make: tweaks for NetBSD 6.0

This commit is contained in:
Junio C Hamano 2012-12-26 16:16:59 -08:00
parent 811f48eb14
commit 94b7fd87ee

5
Make
View File

@ -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