Module Name:    src
Committed By:   uebayasi
Date:           Fri Nov  7 02:57:19 UTC 2014

Modified Files:
        src/distrib/utils/x_route: Makefile

Log Message:
Fix build of crunched "route".


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/utils/x_route/Makefile

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

Modified files:

Index: src/distrib/utils/x_route/Makefile
diff -u src/distrib/utils/x_route/Makefile:1.17 src/distrib/utils/x_route/Makefile:1.18
--- src/distrib/utils/x_route/Makefile:1.17	Mon Dec 13 19:19:10 2010
+++ src/distrib/utils/x_route/Makefile	Fri Nov  7 02:57:19 2014
@@ -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 @@ NOMAN=		# defined
 
 .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")

Reply via email to