=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/cvs/Makefile 2006/01/03 17:04:53 1.18 --- src/usr.bin/cvs/Makefile 2006/03/08 20:19:39 1.19 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.18 2006/01/03 17:04:53 xsa Exp $ PROG= cvs MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.19 2006/03/08 20:19:39 joris Exp $ PROG= cvs MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 *************** *** 8,14 **** compress.c date.y diff.c diff3.c edit.c entries.c fatal.c file.c \ getlog.c history.c hist.c import.c init.c log.c logmsg.c proto.c \ rcs.c rcsnum.c release.c remove.c req.c resp.c root.c server.c \ ! status.c tag.c update.c util.c version.c watch.c xmalloc.c CFLAGS= -g -ggdb CFLAGS+= -Wall --- 8,14 ---- compress.c date.y diff.c diff3.c edit.c entries.c fatal.c file.c \ getlog.c history.c hist.c import.c init.c log.c logmsg.c proto.c \ rcs.c rcsnum.c release.c remove.c req.c resp.c root.c server.c \ ! status.c tag.c update.c util.c version.c watch.c worklist.c xmalloc.c CFLAGS= -g -ggdb CFLAGS+= -Wall