diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-03-11 06:22:48 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-03-11 06:22:48 +0000 |
commit | d2e9b2643feb2b75787bb8706c82ead9216efc21 (patch) | |
tree | c67f956d6f8614dd002a1b4ac7cb37a6b140e43e /regress/usr.bin/Makefile | |
parent | 7e83753c24bbcb7ae9e8840a7bcd7baf70364693 (diff) |
RCS regression tests.
ok joris, niallo, otto, and xsa
Diffstat (limited to 'regress/usr.bin/Makefile')
-rw-r--r-- | regress/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/Makefile b/regress/usr.bin/Makefile index b94e5afdca8..b3b3bcca7e6 100644 --- a/regress/usr.bin/Makefile +++ b/regress/usr.bin/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.15 2006/03/10 05:47:05 ray Exp $ +# $OpenBSD: Makefile,v 1.16 2006/03/11 06:22:47 ray Exp $ # $NetBSD: Makefile,v 1.1 1997/12/30 23:27:11 cgd Exp $ SUBDIR+= basename bc cap_mkdb dc diff diff3 dirname grep gzsig m4 make patch -SUBDIR+= sdiff sort ssh tsort +SUBDIR+= rcs sdiff sort ssh tsort .include <bsd.subdir.mk> |