diff options
author | joerg <joerg> | 2009-04-08 22:43:23 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-08 22:43:23 +0000 |
commit | 28262301677fc7cbb6a00b6b523368cdc9fd6e59 (patch) | |
tree | bf1dd9cbdc81069dd542e4c95eaabbce12693e97 /regress | |
parent | c8861db2098b968314a1d7d71c859b7d6cd062e3 (diff) | |
download | pkgsrc-28262301677fc7cbb6a00b6b523368cdc9fd6e59.tar.gz |
Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/print-plist/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/print-plist/Makefile b/regress/print-plist/Makefile index 499224a5698..6d537a52b1f 100644 --- a/regress/print-plist/Makefile +++ b/regress/print-plist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/04/30 13:38:16 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/08 22:43:25 joerg Exp $ # DISTNAME= print-plist-0.0 @@ -11,7 +11,6 @@ COMMENT= Test print-PLIST and related functionality EXTRACT_ONLY= # empty NO_CONFIGURE= yes -NO_MTREE= yes PRINT_PLIST_AWK+= /^print-plist\/foo$$/ \ { print "@comment Matched test file."; \ |