summaryrefslogtreecommitdiff
path: root/sysutils/pciutils
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2007-08-22 22:49:12 +0000
committergdt <gdt@pkgsrc.org>2007-08-22 22:49:12 +0000
commit697b71aebcc54ccd2be0c5d185fb0e2064404936 (patch)
treed28e5ac79dd3c823bf454126fa9f203f9290b580 /sysutils/pciutils
parent91d5f83bfbbadc11341ed70b267dc918115fc976 (diff)
downloadpkgsrc-697b71aebcc54ccd2be0c5d185fb0e2064404936.tar.gz
# subdir build in libs, followed by linking with it, without .WAIT
MAKE_JOBS_SAFE= NO
Diffstat (limited to 'sysutils/pciutils')
-rw-r--r--sysutils/pciutils/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile
index 25d3a31f925..1fe5b4515bd 100644
--- a/sysutils/pciutils/Makefile
+++ b/sysutils/pciutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/02/22 19:01:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2007/08/22 22:49:12 gdt Exp $
DISTNAME= pciutils-2.1.11
PKGREVISION= 1
@@ -11,6 +11,9 @@ MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://mj.ucw.cz/pciutils.shtml
COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8)
+# subdir build in libs, followed by linking with it, without .WAIT
+MAKE_JOBS_SAFE= NO
+
USE_TOOLS+= gmake
ONLY_FOR_PLATFORM+= AIX-*-* FreeBSD-*-* Linux-*-* NetBSD-*-*