diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-08 22:43:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-08 22:43:23 +0000 |
commit | d0076c34032ae1515a026b1659f5e6a84c67594e (patch) | |
tree | bf1dd9cbdc81069dd542e4c95eaabbce12693e97 /shells | |
parent | 7ae1d7e60010d1bcb1504352d555229aea547d33 (diff) | |
download | pkgsrc-d0076c34032ae1515a026b1659f5e6a84c67594e.tar.gz |
Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/standalone-tcsh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 822076c0f6f..8ee8cf66630 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2008/08/12 14:51:45 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2009/04/08 22:43:25 joerg Exp $ # # FIXME: This is because of PREFIX=/ below. CHECK_FILES_SUPPORTED= no -NO_MTREE= YES - PKGNAME= standalone-${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME} |