Module Name:    src
Committed By:   martin
Date:           Mon Jun 25 19:25:07 UTC 2012

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

Log Message:
Adjust to rfc6056 rename to portalgo


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/sys/rump/net/lib/libnet/Makefile:1.15
--- src/sys/rump/net/lib/libnet/Makefile:1.14	Sat Apr 14 18:26:31 2012
+++ src/sys/rump/net/lib/libnet/Makefile	Mon Jun 25 19:25:07 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.14 2012/04/14 18:26:31 rmind Exp $
+#	$NetBSD: Makefile,v 1.15 2012/06/25 19:25:07 martin Exp $
 #
 
 .PATH:	${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
@@ -7,7 +7,7 @@ LIB=	rumpnet_net
 
 # iffy stuff
 SRCS=	if.c if_loop.c route.c rtbl.c rtsock.c rtsock_50.c raw_usrreq.c	\
-	raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c rfc6056.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