Module Name: src
Committed By: ozaki-r
Date: Mon Dec 14 06:17:05 UTC 2015
Modified Files:
src/usr.sbin/ndp: Makefile
Log Message:
Add getaddrinfo.c to RUMPSRCS for link-local addresses
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/ndp/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/ndp/Makefile
diff -u src/usr.sbin/ndp/Makefile:1.11 src/usr.sbin/ndp/Makefile:1.12
--- src/usr.sbin/ndp/Makefile:1.11 Tue Sep 1 09:54:34 2015
+++ src/usr.sbin/ndp/Makefile Mon Dec 14 06:17:05 2015
@@ -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+= -DINET6
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