diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-11 15:50:26 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-11 15:50:26 +0000 |
commit | c9a02ff33ca195e6b02178cafca46f988686ec92 (patch) | |
tree | 9d2a537957ca21403f6ca74c983b692c93144aaa /usr.bin/rcs/Makefile | |
parent | 614c8ab9c7e37350d96daf62e7f5f67e22c2ca6c (diff) |
- support -d <date> option in ci.
ok joris@
Diffstat (limited to 'usr.bin/rcs/Makefile')
-rw-r--r-- | usr.bin/rcs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index 13657e013dc..4a7e6ef0891 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.13 2005/10/06 16:26:43 mickey Exp $ +# $OpenBSD: Makefile,v 1.14 2005/10/11 15:50:25 niallo Exp $ .PATH: ${.CURDIR}/../cvs PROG= rcs MAN= rcs.1 -SRCS= ci.c co.c ident.c rcsclean.c rcsdiff.c rcsprog.c rlog.c buf.c diff.c \ - log.c rcs.c rcsnum.c strtab.c +SRCS= ci.c co.c ident.c rcsclean.c rcsdiff.c rcsprog.c rlog.c buf.c date.y \ + diff.c log.c rcs.c rcsnum.c strtab.c CPPFLAGS+=-I${.CURDIR}/../cvs -DRCSPROG # Don't build the links until we actually support those commands |