Module Name:    src
Committed By:   christos
Date:           Sat Oct 31 22:32:51 UTC 2009

Modified Files:
        src/usr.sbin/rtadvd: Makefile

Log Message:
add -DROUTEINFO


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/rtadvd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/rtadvd/Makefile
diff -u src/usr.sbin/rtadvd/Makefile:1.13 src/usr.sbin/rtadvd/Makefile:1.14
--- src/usr.sbin/rtadvd/Makefile:1.13	Wed Apr 22 11:23:07 2009
+++ src/usr.sbin/rtadvd/Makefile	Sat Oct 31 18:32:51 2009
@@ -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}

Reply via email to