Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pim6sd remove -g from CFLAGS.



details:   https://anonhg.NetBSD.org/src/rev/7850356a9b65
branches:  trunk
changeset: 509693:7850356a9b65
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu May 10 18:50:33 2001 +0000

description:
remove -g from CFLAGS.

diffstat:

 usr.sbin/pim6sd/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 1d67ce4a648f -r 7850356a9b65 usr.sbin/pim6sd/Makefile
--- a/usr.sbin/pim6sd/Makefile  Thu May 10 16:50:22 2001 +0000
+++ b/usr.sbin/pim6sd/Makefile  Thu May 10 18:50:33 2001 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2000/11/01 06:19:35 itojun Exp $
+# $NetBSD: Makefile,v 1.7 2001/05/10 18:50:33 itojun Exp $
 
 PROG=  pim6sd
 SRCS=  mld6.c mld6_proto.c \
        inet6.c kern.c main.c config.c debug.c routesock.c vers.c callout.c \
        route.c vif.c timer.c mrt.c pim6.c pim6_proto.c rp.c crc.c trace.c \
        cfparse.y cftoken.l
-CFLAGS+= -g
 CPPFLAGS+=-I. -I${.CURDIR}
 CPPFLAGS+=-DINET6 -DPIM -DIOCTL_OK_ON_RAW_SOCKET
 CPPFLAGS+=-DHAVE_STDARG_H -DYY_NO_UNPUT -DHAVE_GETIFADDRS



Home | Main Index | Thread Index | Old Index