diff options
author | gdt <gdt> | 2007-08-22 22:49:12 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-08-22 22:49:12 +0000 |
commit | b74a568aecfad6728899e1e5c92fe85ff68a0a21 (patch) | |
tree | d28e5ac79dd3c823bf454126fa9f203f9290b580 /sysutils/pciutils | |
parent | dbbeadb2433861b13872b8e01f495ceac6edbe3d (diff) | |
download | pkgsrc-b74a568aecfad6728899e1e5c92fe85ff68a0a21.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/Makefile | 5 |
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-*-* |