summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-27 21:32:55 +0000
committerjlam <jlam@pkgsrc.org>2004-08-27 21:32:55 +0000
commitd76ad0b5cde3b3383bd15b0d5f9096e658347715 (patch)
tree9c96e9844e1a99c34d9024011f5471b1c8bcba5f /Makefile
parent73baef726e97dc95a397f60e35cf3419a08fb80d (diff)
downloadpkgsrc-d76ad0b5cde3b3383bd15b0d5f9096e658347715.tar.gz
Add a new "regress" category for pkgsrc regression testing code. We
don't descend into this directory for anything since these packages aren't packages in the normal sense, since they're not expected to install or package correctly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a895976610c..f8a8758dc90 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2004/03/26 02:38:42 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2004/08/27 21:32:55 jlam Exp $
#
.include "mk/bsd.prefs.mk"
@@ -41,6 +41,7 @@ SUBDIR += news
SUBDIR += parallel
SUBDIR += pkgtools
SUBDIR += print
+#SUBDIR += regress
SUBDIR += security
SUBDIR += shells
SUBDIR += sysutils