summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2007-03-13 16:26:01 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2007-03-13 16:26:01 +0000
commitadc954c9407a161c08c0e59fb6f2d190e5083e56 (patch)
tree54991e96fa2a028808429a36f1468b11866a4933 /usr.sbin
parent5a4e3793371d3cf5ecdbf0cc27549fe9868cb2d3 (diff)
er,, no, we don't compile everything with -g
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/dvmrpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dvmrpd/Makefile b/usr.sbin/dvmrpd/Makefile
index d7e197c10a8..c48e0f7d53a 100644
--- a/usr.sbin/dvmrpd/Makefile
+++ b/usr.sbin/dvmrpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2006/11/26 11:31:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2007/03/13 16:26:00 henning Exp $
PROG= dvmrpd
SRCS= ask_nbrs2.c buffer.c control.c dvmrpd.c dvmrpe.c graft.c graft_ack.c \
@@ -12,7 +12,7 @@ CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
-CFLAGS+= -Wsign-compare -g
+CFLAGS+= -Wsign-compare
YFLAGS=
LDADD+= -levent
DPADD+= ${LIBEVENT}