diff options
Diffstat (limited to 'pkgtools/mtree/Makefile.common')
-rw-r--r-- | pkgtools/mtree/Makefile.common | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/pkgtools/mtree/Makefile.common b/pkgtools/mtree/Makefile.common deleted file mode 100644 index db9596621d4..00000000000 --- a/pkgtools/mtree/Makefile.common +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: Makefile.common,v 1.8 2010/03/24 20:18:01 sbd Exp $ -# -# This Makefile fragment is included by: -# -# pkgsrc/pkgtools/mtree/Makefile -# pkgsrc/sysutils/mtree/Makefile -# - -DISTNAME= mtree-20081105 -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= sbd@NetBSD.org -HOMEPAGE= http://www.NetBSD.org/ -COMMENT= Utility for mapping and checking directory hierarchies - -GNU_CONFIGURE= yes - -USE_FEATURES= nbcompat - -FILESDIR= ${.CURDIR}/../../pkgtools/mtree/files -PKGDIR= ${.CURDIR}/../../pkgtools/mtree - -.include "../../mk/bsd.prefs.mk" - -do-extract: - @${CP} -R ${FILESDIR} ${WRKSRC} |