=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/rcs/Makefile 2005/10/03 01:45:33 1.7 +++ src/usr.bin/rcs/Makefile 2005/10/05 23:11:15 1.8 @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2005/10/03 01:45:33 joris Exp $ +# $OpenBSD: Makefile,v 1.8 2005/10/05 23:11:15 niallo Exp $ .PATH: ${.CURDIR}/../cvs PROG= rcs MAN= rcs.1 -SRCS= ci.c co.c rcsprog.c buf.c log.c rcs.c rcsnum.c strtab.c +SRCS= ci.c co.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