summaryrefslogtreecommitdiff
path: root/regress/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/tools/Makefile')
-rw-r--r--regress/tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/tools/Makefile b/regress/tools/Makefile
index 310144d1e5f..211cb998255 100644
--- a/regress/tools/Makefile
+++ b/regress/tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/06/25 21:47:28 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2006/09/20 07:39:54 rillig Exp $
#
DISTNAME= # not applicable
@@ -12,8 +12,8 @@ COMMENT= Test whether the TOOLS do what I expect
NO_CHECKSUM= yes
WRKSRC= ${WRKDIR}
-REGRESS_TESTS= awk sort tr
-USE_TOOLS+= awk sort tr
+REGRESS_TESTS= awk sed sort tr
+USE_TOOLS+= awk sed sort tr
do-build:
.for t in ${REGRESS_TESTS}