Fix build by unifying sysutils/mtree and pkgtools/mtree in terms of
nbcompat usage.
This commit is contained in:
parent
43515dd3c8
commit
4154d6b2fe
2 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.22 2007/07/10 15:19:17 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2008/10/02 17:15:22 joerg Exp $
|
||||
#
|
||||
# This version of mtree installs into ${PKG_TOOLS_BIN}.
|
||||
#
|
||||
|
@ -9,5 +9,4 @@ CATEGORIES= pkgtools
|
|||
|
||||
NO_PKGTOOLS_REQD_CHECK= # defined
|
||||
|
||||
.include "../../pkgtools/libnbcompat/inplace.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.4 2008/01/28 00:35:59 rillig Exp $
|
||||
# $NetBSD: Makefile.common,v 1.5 2008/10/02 17:15:22 joerg Exp $
|
||||
#
|
||||
# This Makefile fragment is included by:
|
||||
#
|
||||
|
@ -16,8 +16,7 @@ COMMENT= Utility for mapping and checking directory hierarchies
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_CHECKSUM= yes
|
||||
NO_MTREE= yes
|
||||
USE_FEATURES= nbcompat
|
||||
|
||||
FILESDIR= ${.CURDIR}/../../pkgtools/mtree/files
|
||||
PKGDIR= ${.CURDIR}/../../pkgtools/mtree
|
||||
|
|
Loading…
Reference in a new issue