diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-10-06 01:24:26 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-10-06 01:24:26 +0000 |
commit | 5f599e48497168db2034e53232abdfd5fbdf91fe (patch) | |
tree | 4dd17dc24cd135dba08346d4aba3bdd188a4a018 /usr.bin/rcs/Makefile | |
parent | 6a3f41515a02ee244a1a378e9e1a5e026356689a (diff) |
thanks to niallo's diff changes, we now can support rcsdiff;
only basic stuff works, more coming;
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 5c5bd522186..fad192e257c 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2005/10/05 23:11:15 niallo Exp $ +# $OpenBSD: Makefile,v 1.9 2005/10/06 01:24:25 joris Exp $ .PATH: ${.CURDIR}/../cvs PROG= rcs MAN= rcs.1 -SRCS= ci.c co.c rcsprog.c buf.c diff.c log.c rcs.c rcsnum.c strtab.c +SRCS= ci.c co.c rcsdiff.c rcsprog.c buf.c diff.c log.c rcs.c rcsnum.c strtab.c CFLAGS+=-I${.CURDIR}/../cvs # Don't build the links until we actually support those commands |