summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-27 21:32:55 +0000
committerjlam <jlam>2004-08-27 21:32:55 +0000
commit0441c44c95b23832ebc2c38220b72ab99213c3b5 (patch)
tree9c96e9844e1a99c34d9024011f5471b1c8bcba5f /Makefile
parent0bb1d8a4fb1b428186e740eb2e6e25129ab8a19a (diff)
downloadpkgsrc-0441c44c95b23832ebc2c38220b72ab99213c3b5.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