diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-09-30 16:37:28 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-09-30 16:37:28 +0000 |
commit | bff7c2fddfa530273b20f870e81d244c1cba549e (patch) | |
tree | 87691f1db55de34ef42b4d192ad757afd3fa116c /usr.bin/rcs/Makefile | |
parent | 01f9816c65f7be13d83489f6de7ecb9e0f9ae3c1 (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/Makefile | 4 |
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 |