diff options
Diffstat (limited to 'pkgtools/pax/Makefile')
-rw-r--r-- | pkgtools/pax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |