diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-27 21:32:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-27 21:32:55 +0000 |
commit | d76ad0b5cde3b3383bd15b0d5f9096e658347715 (patch) | |
tree | 9c96e9844e1a99c34d9024011f5471b1c8bcba5f /Makefile | |
parent | 73baef726e97dc95a397f60e35cf3419a08fb80d (diff) | |
download | pkgsrc-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |