14 lines
271 B
Makefile
14 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.24 2009/02/10 00:11:53 joerg Exp $
|
|
#
|
|
# This version of mtree installs into ${PKG_TOOLS_BIN}.
|
|
#
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "Makefile.common"
|
|
|
|
CATEGORIES= pkgtools
|
|
|
|
NO_PKGTOOLS_REQD_CHECK= # defined
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|