summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-10-06 16:36:10 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-10-06 16:36:10 +0000
commitc3f919b52e9bff456986b3386d08c25e0df86ed1 (patch)
treeafabffe8c1cf62252dbe4c53e13846d26f58cd36 /usr.bin/cvs
parent3a2f92b057e9e283bc7eea05e26a2c1752b7dfdb (diff)
put cpp flags into CPPFLAGS and cleanup ../makefile.inc dupes; joris ok
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/cvs/Makefile b/usr.bin/cvs/Makefile
index 55b2784cf41..dcfef075d9c 100644
--- a/usr.bin/cvs/Makefile
+++ b/usr.bin/cvs/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.13 2005/08/08 14:59:41 xsa Exp $
+# $OpenBSD: Makefile,v 1.14 2005/10/06 16:36:09 mickey Exp $
PROG= cvs
MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7
+CPPFLAGS+=-I${.CURDIR}
SRCS= cvs.c add.c admin.c annotate.c buf.c checkout.c cmd.c commit.c date.y \
diff.c edit.c entries.c file.c getlog.c history.c hist.c \
@@ -9,11 +10,8 @@ SRCS= cvs.c add.c admin.c annotate.c buf.c checkout.c cmd.c commit.c date.y \
remove.c req.c resp.c root.c server.c status.c strtab.c tag.c \
update.c util.c version.c watch.c
-BINDIR= /usr/bin
-BINOWN= root
-
CFLAGS= -g -ggdb
-CFLAGS+= -I${.CURDIR} -Wall
+CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual