summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/Makefile
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2005-09-30 16:37:28 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2005-09-30 16:37:28 +0000
commitbff7c2fddfa530273b20f870e81d244c1cba549e (patch)
tree87691f1db55de34ef42b4d192ad757afd3fa116c /usr.bin/rcs/Makefile
parent01f9816c65f7be13d83489f6de7ecb9e0f9ae3c1 (diff)
add a basic ci.c as a starting point. requires more changes to rcs api
to work properly. ok joris@
Diffstat (limited to 'usr.bin/rcs/Makefile')
-rw-r--r--usr.bin/rcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile
index cec1a558101..5befc65fb59 100644
--- a/usr.bin/rcs/Makefile
+++ b/usr.bin/rcs/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.4 2005/09/29 15:16:26 joris Exp $
+# $OpenBSD: Makefile,v 1.5 2005/09/30 16:37:27 niallo Exp $
.PATH: ${.CURDIR}/../cvs
PROG= rcs
MAN= rcs.1
-SRCS= co.c rcsprog.c buf.c log.c rcs.c rcsnum.c strtab.c
+SRCS= ci.c co.c rcsprog.c buf.c log.c rcs.c rcsnum.c strtab.c
CFLAGS+=-I${.CURDIR}/../cvs
# Don't build the links until we actually support those commands