summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-03-29 02:58:28 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-03-29 02:58:28 +0000
commita0d297188e3c0fe771377a53830e740fbaa07adc (patch)
tree66fa95036f13c8b0d40874e15cc755debadbf1b4 /usr.bin/cvs
parent247cc8d126d91d55d16624a0ecc2cf5253b91262 (diff)
put back the cmd.c file, it got lost in previous commits.
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/cvs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cvs/cvs/Makefile b/usr.bin/cvs/cvs/Makefile
index 167f33e68ff..e64e29c1ca8 100644
--- a/usr.bin/cvs/cvs/Makefile
+++ b/usr.bin/cvs/cvs/Makefile
@@ -1,13 +1,13 @@
-# $OpenBSD: Makefile,v 1.22 2005/03/28 23:08:24 jfb Exp $
+# $OpenBSD: Makefile,v 1.23 2005/03/29 02:58:27 joris Exp $
.PATH: ${.CURDIR}/..
PROG= cvs
MAN= cvs.1 cvsrc.5 cvsintro.7
-SRCS= cvs.c add.c admin.c annotate.c buf.c checkout.c commit.c date.y diff.c \
- entries.c file.c getlog.c history.c hist.c import.c init.c log.c \
- logmsg.c proto.c rcs.c rcsnum.c remove.c req.c resp.c root.c \
+SRCS= cvs.c add.c admin.c annotate.c buf.c checkout.c cmd.c commit.c date.y \
+ diff.c entries.c file.c getlog.c history.c hist.c import.c init.c \
+ log.c logmsg.c proto.c rcs.c rcsnum.c remove.c req.c resp.c root.c \
server.c status.c strtab.c tag.c update.c util.c version.c
BINDIR= /usr/bin