=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Makefile,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/cvs/Makefile 2007/01/07 02:39:24 1.34 --- src/usr.bin/cvs/Makefile 2007/01/12 09:27:25 1.35 *************** *** 1,14 **** ! # $OpenBSD: Makefile,v 1.34 2007/01/07 02:39:24 joris Exp $ PROG= opencvs MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 CPPFLAGS+=-I${.CURDIR} 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 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 xmalloc.c CFLAGS+=-Wall CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes --- 1,14 ---- ! # $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 CPPFLAGS+=-I${.CURDIR} 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 CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes