diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/Makefile b/usr.bin/cvs/Makefile index c9dd19c34db..5936319b0c1 100644 --- a/usr.bin/cvs/Makefile +++ b/usr.bin/cvs/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2004/07/26 17:29:49 jfb Exp $ +# $OpenBSD: Makefile,v 1.3 2005/03/09 15:42:30 xsa Exp $ .include <bsd.own.mk> -SUBDIR= cvs cvsd +SUBDIR= cvs cvsd rcs .include <bsd.subdir.mk> |