diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-10-22 17:41:14 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-10-22 17:41:14 +0000 |
commit | 11a93889d733e42af43da4b119a8e69a9116d639 (patch) | |
tree | c3a67805fc0a23dbc026fb6e271d94aface3a936 /usr.bin | |
parent | 1b3f542202a6f1c4cad69c5cff1fe9be768866a4 (diff) |
need util.c for diff3
Diffstat (limited to 'usr.bin')
-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 89c971ec3c9..d1f2828400e 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2005/10/20 17:24:48 xsa Exp $ +# $OpenBSD: Makefile,v 1.20 2005/10/22 17:41:13 joris Exp $ .PATH: ${.CURDIR}/../cvs @@ -6,7 +6,7 @@ PROG= rcs MAN= ci.1 co.1 ident.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1 SRCS= ci.c co.c ident.c rcsclean.c rcsdiff.c rcsmerge.c rcsprog.c rlog.c \ - buf.c date.y diff.c log.c rcs.c rcsnum.c strtab.c + buf.c date.y diff.c log.c rcs.c rcsnum.c strtab.c util.c CPPFLAGS+=-I${.CURDIR}/../cvs -DRCSPROG LINKS= ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \ |