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