Module Name:    src
Committed By:   pooka
Date:           Fri Aug  3 14:27:02 UTC 2012

Modified Files:
        src/sys/rump/net/lib/libnet: Makefile

Log Message:
no need to include code which is already provided by the faction base


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/rump/net/lib/libnet/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/net/lib/libnet/Makefile
diff -u src/sys/rump/net/lib/libnet/Makefile:1.15 src/sys/rump/net/lib/libnet/Makefile:1.16
--- src/sys/rump/net/lib/libnet/Makefile:1.15	Mon Jun 25 19:25:07 2012
+++ src/sys/rump/net/lib/libnet/Makefile	Fri Aug  3 14:27:02 2012
@@ -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

Reply via email to