Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/rtadvd add -DROUTEINFO



details:   https://anonhg.NetBSD.org/src/rev/10376c611084
branches:  trunk
changeset: 748671:10376c611084
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 31 22:32:51 2009 +0000

description:
add -DROUTEINFO

diffstat:

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

diffs (18 lines):

diff -r 78c6b16d7af2 -r 10376c611084 usr.sbin/rtadvd/Makefile
--- a/usr.sbin/rtadvd/Makefile  Sat Oct 31 22:32:17 2009 +0000
+++ b/usr.sbin/rtadvd/Makefile  Sat Oct 31 22:32:51 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/04/22 15:23:07 lukem Exp $
+# $NetBSD: Makefile,v 1.14 2009/10/31 22:32:51 christos Exp $
 
 WARNS?=        2       # XXX -Wcast-qual -Wsign-compare
 
@@ -9,7 +9,7 @@
 PROG=  rtadvd
 SRCS=  rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c
 
-CPPFLAGS+=-DINET6
+CPPFLAGS+=-DINET6 -DROUTEINFO
 MAN=   rtadvd.8 rtadvd.conf.5
 LDADD+=        -lutil
 DPADD+=        ${LIBUTIL}



Home | Main Index | Thread Index | Old Index