Module Name: src
Committed By: ozaki-r
Date: Tue May 19 08:14:38 UTC 2015
Modified Files:
src/sbin/ifconfig: Makefile
Log Message:
Fix rump.ifconfig shows host's interface names in link local addresses
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sbin/ifconfig/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/ifconfig/Makefile
diff -u src/sbin/ifconfig/Makefile:1.55 src/sbin/ifconfig/Makefile:1.56
--- src/sbin/ifconfig/Makefile:1.55 Tue Apr 28 15:14:57 2015
+++ src/sbin/ifconfig/Makefile Tue May 19 08:14:38 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2015/04/28 15:14:57 christos Exp $
+# $NetBSD: Makefile,v 1.56 2015/05/19 08:14:38 ozaki-r Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# when making a change to this file, please check if the change is
@@ -20,7 +20,7 @@ SRCS+= af_inet6.c
.include "Makefile.inc"
.PATH: ${.CURDIR}/../../lib/libc/net
-RUMPSRCS= getifaddrs.c
+RUMPSRCS= getifaddrs.c getnameinfo.c if_indextoname.c
.if (${MKRUMP} != "no")
CPPFLAGS+= -DRUMP_ACTION
.endif