diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-25 21:28:36 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-01-25 21:28:36 +0000 |
commit | 6451aa97207663c0fae475e74fed893c6d313f45 (patch) | |
tree | 733411ac4102d00c4a1b9bef0ad96759a888a2ad /regress/usr.bin | |
parent | c458aeea2f902fd1bf8979218b02107915b2131b (diff) |
Add missing REGRESS_TARGETS for t15 and t16
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/grep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/grep/Makefile b/regress/usr.bin/grep/Makefile index d379f91a5cc..ad7c17c7d47 100644 --- a/regress/usr.bin/grep/Makefile +++ b/regress/usr.bin/grep/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.7 2004/01/25 21:26:55 millert Exp $ +# $OpenBSD: Makefile,v 1.8 2004/01/25 21:28:35 millert Exp $ -REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 +REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t1: grep t.s ${.CURDIR}/in | diff - ${.CURDIR}/t1.out |