Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/x_route Fix build of crunched "route".



details:   https://anonhg.NetBSD.org/src/rev/89949f35e0d6
branches:  trunk
changeset: 333519:89949f35e0d6
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Nov 07 02:57:19 2014 +0000

description:
Fix build of crunched "route".

diffstat:

 distrib/utils/x_route/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 19551e8f3f91 -r 89949f35e0d6 distrib/utils/x_route/Makefile
--- a/distrib/utils/x_route/Makefile    Thu Nov 06 23:25:16 2014 +0000
+++ b/distrib/utils/x_route/Makefile    Fri Nov 07 02:57:19 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2010/12/13 19:19:10 pooka Exp $
+#      $NetBSD: Makefile,v 1.18 2014/11/07 02:57:19 uebayasi Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 SRCDIR=                ${.CURDIR}/../../../sbin/route
@@ -8,7 +8,7 @@
 
 .include <bsd.own.mk>
 
-SRCS=          route.c show.c keywords.c
+SRCS=          keywords.c route.c rtutil.c show.c
 
 CPPFLAGS+=     -DSMALL -I${SRCDIR} -DCRUNCHOPS
 .if defined(SMALLPROG_INET6) && (${USE_INET6} != "no")



Home | Main Index | Thread Index | Old Index