user librumpres

This commit is contained in:
christos 2017-10-10 19:30:06 +00:00
parent e480d58dfc
commit 030580eaff
3 changed files with 9 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.60 2017/02/08 23:34:15 rin Exp $
# $NetBSD: Makefile,v 1.61 2017/10/10 19:30:06 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# when making a change to this file, please check if the change is
@ -22,10 +22,10 @@ SRCS+= af_inet6.c
.include "Makefile.common"
.PATH: ${.CURDIR}/../../lib/libc/net
RUMPSRCS= getifaddrs.c getnameinfo.c if_indextoname.c
.if (${MKRUMP} != "no")
CPPFLAGS+= -DRUMP_ACTION
LDADD.rump += -lrumpres
DPADD.rump += ${LIBRUMPRES}
.endif
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2015/09/09 10:06:05 ozaki-r Exp $
# $NetBSD: Makefile,v 1.17 2017/10/10 19:30:06 christos Exp $
.include <bsd.own.mk>
@ -15,11 +15,10 @@ CPPFLAGS+= -DIPSEC
LDADD+= -lipsec -lm
DPADD+= ${LIBIPSEC} ${LIBM}
.PATH: ${.CURDIR}/../../lib/libc/net
RUMPSRCS= getaddrinfo.c getifaddrs.c getnameinfo.c
RUMPSRCS+= if_indextoname.c if_nametoindex.c
.if (${MKRUMP} != "no")
CPPFLAGS+= -DRUMP_ACTION
LDADD.rump+= -lrumpres
DPADD.rump+= ${LIBRUMPRES}
.endif
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 2015/09/14 05:12:52 ozaki-r Exp $
# $NetBSD: Makefile,v 1.30 2017/10/10 19:30:06 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
.include <bsd.own.mk>
@ -7,11 +7,10 @@ RUMPPRG=route
MAN= route.8
SRCS= route.c show.c keywords.c rtutil.c
.PATH: ${.CURDIR}/../../lib/libc/net
RUMPSRCS= getaddrinfo.c getifaddrs.c getnameinfo.c
RUMPSRCS+= if_indextoname.c if_nametoindex.c
.if (${MKRUMP} != "no")
CPPFLAGS+= -DRUMP_ACTION
LDADD.rump += -lrumpres
DPADD.rump += ${LIBRUMPRES}
.endif
.if (${USE_INET6} != "no")