From 5f599e48497168db2034e53232abdfd5fbdf91fe Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Thu, 6 Oct 2005 01:24:26 +0000 Subject: thanks to niallo's diff changes, we now can support rcsdiff; only basic stuff works, more coming; --- usr.bin/rcs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/rcs/Makefile') 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 -- cgit v1.2.3