summaryrefslogtreecommitdiff
path: root/devel/bmake
diff options
context:
space:
mode:
authortnn <tnn>2008-04-28 15:55:00 +0000
committertnn <tnn>2008-04-28 15:55:00 +0000
commit676aea679999c7e891994a89fb903121ad7a03d3 (patch)
tree11f915f5d207d0f21293674a65c5155e16103755 /devel/bmake
parent5b589e0926c593224d2fbea3d2884b36bdd82d39 (diff)
downloadpkgsrc-676aea679999c7e891994a89fb903121ad7a03d3.tar.gz
Adjust previous for 64-bit IRIX.
Diffstat (limited to 'devel/bmake')
-rw-r--r--devel/bmake/files/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/files/Makefile.in b/devel/bmake/files/Makefile.in
index 8c20b4f8d3a..8e5adbd8c63 100644
--- a/devel/bmake/files/Makefile.in
+++ b/devel/bmake/files/Makefile.in
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.in,v 1.8 2008/04/26 22:06:27 tnn Exp $
+# $NetBSD: Makefile.in,v 1.9 2008/04/28 15:55:00 tnn Exp $
# @(#)Makefile 5.2 (Berkeley) 12/28/90
-# $Id: Makefile.in,v 1.8 2008/04/26 22:06:27 tnn Exp $
+# $Id: Makefile.in,v 1.9 2008/04/28 15:55:00 tnn Exp $
PROG= bmake
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
@@ -133,7 +133,7 @@ DPADD+=${LIBUTIL}
# A simple unit-test driver to help catch regressions
accept test:
-.if ${OS} != "SunOS" && ${OS} != "IRIX"
+.if ${OS} != "SunOS" && empty(OS:MIRIX*)
cd ${.CURDIR}/unit-tests && ${.MAKE:S,^./,${.CURDIR}/,} TEST_MAKE=${TEST_MAKE:U${.OBJDIR}/${PROG:T}} ${.TARGET}
.else
true