From 5664f05a8469bafa39eb9b430f149404d218ef1b Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 13 Jul 2008 14:25:04 +0000 Subject: Add a temporary workaround for missing vfork on IRIX. Fixes PR 38674, tested by tnn@. --- pkgtools/pkg_install/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgtools/pkg_install/Makefile') diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 6c0a6ade296..85ad391616e 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.156 2008/06/22 22:08:05 joerg Exp $ +# $NetBSD: Makefile,v 1.157 2008/07/13 14:25:05 joerg Exp $ # Notes to package maintainers: # @@ -175,4 +175,6 @@ update: ${MAKE} ${UPDATE_TARGET} ${MAKE} clean +.include "../../archivers/libarchive/hacks.mk" + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3