=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Makefile,v retrieving revision 1.35 retrieving revision 1.36 diff -c -r1.35 -r1.36 *** src/usr.bin/cvs/Makefile 2007/01/12 09:27:25 1.35 --- src/usr.bin/cvs/Makefile 2007/02/12 14:35:28 1.36 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.35 2007/01/12 09:27:25 xsa Exp $ PROG= opencvs MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.36 2007/02/12 14:35:28 xsa Exp $ PROG= opencvs MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 *************** *** 7,13 **** SRCS= cvs.c add.c admin.c annotate.c commit.c config.c checkout.c client.c \ buf.c cmd.c date.y diff.c diff3.c diff_internals.c edit.c entries.c \ fatal.c file.c getlog.c log.c logmsg.c import.c init.c remove.c \ ! repository.c rcs.c rcsnum.c rcstime.c remote.c root.c server.c \ status.c tag.c worklist.c util.c update.c version.c watch.c xmalloc.c CFLAGS+=-Wall --- 7,13 ---- SRCS= cvs.c add.c admin.c annotate.c commit.c config.c checkout.c client.c \ buf.c cmd.c date.y diff.c diff3.c diff_internals.c edit.c entries.c \ fatal.c file.c getlog.c log.c logmsg.c import.c init.c remove.c \ ! repository.c rcs.c rcsnum.c remote.c root.c server.c \ status.c tag.c worklist.c util.c update.c version.c watch.c xmalloc.c CFLAGS+=-Wall