Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/ndp Add getaddrinfo.c to RUMPSRCS for link-local ad...
details: https://anonhg.NetBSD.org/src/rev/748aba30e923
branches: trunk
changeset: 342275:748aba30e923
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Mon Dec 14 06:17:05 2015 +0000
description:
Add getaddrinfo.c to RUMPSRCS for link-local addresses
diffstat:
usr.sbin/ndp/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 1ca036399caa -r 748aba30e923 usr.sbin/ndp/Makefile
--- a/usr.sbin/ndp/Makefile Mon Dec 14 05:13:01 2015 +0000
+++ b/usr.sbin/ndp/Makefile Mon Dec 14 06:17:05 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/09/01 09:54:34 ozaki-r Exp $
+# $NetBSD: Makefile,v 1.12 2015/12/14 06:17:05 ozaki-r Exp $
.include <bsd.own.mk>
@@ -15,7 +15,8 @@
CPPFLAGS+= -I. -I${TCPDUMP}
.PATH: ${.CURDIR}/../../lib/libc/net
-RUMPSRCS= getifaddrs.c getnameinfo.c if_indextoname.c if_nametoindex.c
+RUMPSRCS= getaddrinfo.c getifaddrs.c getnameinfo.c
+RUMPSRCS+= if_indextoname.c if_nametoindex.c
.if (${MKRUMP} != "no")
CPPFLAGS+= -DRUMP_ACTION
.endif
Home |
Main Index |
Thread Index |
Old Index