From 667f13dc9e9c0edcbc9bfd56a7c226a6f9b49e8e Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 14 Jul 2006 20:11:10 +0000 Subject: For the pkgtools versions of mtree and pax, always use libnbcompat "in-place", and for the normal versions of mtree and pax, always use libnbcompat as a normal build dependency. --- pkgtools/pax/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgtools/pax') diff --git a/pkgtools/pax/Makefile b/pkgtools/pax/Makefile index 22c77ff9e89..3d780b96921 100644 --- a/pkgtools/pax/Makefile +++ b/pkgtools/pax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/07/14 19:45:12 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/14 20:11:10 jlam Exp $ # # This version of pax installs into ${PKG_TOOLS_BIN}. # @@ -19,6 +19,7 @@ PKG_TOOLS_PREFIX= ${PKG_TOOLS_BIN:C|/[^/]?bin$||} PKGMANDIR= share/man .endif +.include "../../pkgtools/libnbcompat/inplace.mk" .include "../../mk/bsd.pkg.mk" PREFIX:= ${PKG_TOOLS_PREFIX} -- cgit v1.2.3