From ff9b6e73ac5b6e0f25d5f7c60195203236ba9154 Mon Sep 17 00:00:00 2001 From: pooka Date: Fri, 3 Aug 2012 14:27:02 +0000 Subject: [PATCH] no need to include code which is already provided by the faction base --- sys/rump/net/lib/libnet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/rump/net/lib/libnet/Makefile b/sys/rump/net/lib/libnet/Makefile index 58438921941b..74ecc2915e9d 100644 --- a/sys/rump/net/lib/libnet/Makefile +++ b/sys/rump/net/lib/libnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/06/25 19:25:07 martin Exp $ +# $NetBSD: Makefile,v 1.16 2012/08/03 14:27:02 pooka Exp $ # .PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common @@ -6,7 +6,7 @@ LIB= rumpnet_net # iffy stuff -SRCS= if.c if_loop.c route.c rtbl.c rtsock.c rtsock_50.c raw_usrreq.c \ +SRCS= if.c if_loop.c route.c rtsock.c rtsock_50.c raw_usrreq.c \ raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c portalgo.c SRCS+= if_43.c pfil.c uipc_syscalls_50.c SRCS+= component.c