=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/rcs/Makefile 2005/10/05 23:11:15 1.8 +++ src/usr.bin/rcs/Makefile 2005/10/06 01:24:25 1.9 @@ -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