=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/cvs/Makefile 2006/03/09 10:56:33 1.20 --- src/usr.bin/cvs/Makefile 2006/04/02 02:42:33 1.21 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.20 2006/03/09 10:56:33 xsa Exp $ PROG= cvs MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.21 2006/04/02 02:42:33 ray Exp $ PROG= cvs MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 *************** *** 11,22 **** server.c status.c tag.c update.c util.c version.c watch.c \ worklist.c xmalloc.c ! CFLAGS= -g -ggdb ! CFLAGS+= -Wall ! CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes ! CFLAGS+= -Wmissing-declarations ! CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual ! CFLAGS+= -Wsign-compare YFLAGS= DPADD+= ${LIBZ} --- 11,22 ---- server.c status.c tag.c update.c util.c version.c watch.c \ worklist.c xmalloc.c ! CFLAGS+=-Wall ! CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes ! CFLAGS+=-Wmissing-declarations ! CFLAGS+=-Wshadow -Wpointer-arith -Wcast-qual ! CFLAGS+=-Wsign-compare ! DEBUG= -g -ggdb YFLAGS= DPADD+= ${LIBZ}