summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2013-06-01 10:54:24 +0000
committerpooka <pooka@NetBSD.org>2013-06-01 10:54:24 +0000
commitd925df16dc7d6475d2c97c614343fd2f9921db1d (patch)
tree1d3bdf99e345c804c0813c475e3389bd461eb25a /sys
parent70b50c9cb446c67366c42f4be1fe71fab18efc92 (diff)
cosmetic: put portalgo.c in the conceptually right place
Diffstat (limited to 'sys')
-rw-r--r--sys/rump/net/lib/libnet/Makefile4
-rw-r--r--sys/rump/net/lib/libnetinet/Makefile.inc4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/rump/net/lib/libnet/Makefile b/sys/rump/net/lib/libnet/Makefile
index 74ecc2915e9..0b30de727c1 100644
--- a/sys/rump/net/lib/libnet/Makefile
+++ b/sys/rump/net/lib/libnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/08/03 14:27:02 pooka Exp $
+# $NetBSD: Makefile,v 1.17 2013/06/01 10:54:24 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../net ${.CURDIR}/../../../../compat/common
@@ -7,7 +7,7 @@ LIB= rumpnet_net
# iffy stuff
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
+ raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c
SRCS+= if_43.c pfil.c uipc_syscalls_50.c
SRCS+= component.c
diff --git a/sys/rump/net/lib/libnetinet/Makefile.inc b/sys/rump/net/lib/libnetinet/Makefile.inc
index 59586ebee2a..89e9ec4f516 100644
--- a/sys/rump/net/lib/libnetinet/Makefile.inc
+++ b/sys/rump/net/lib/libnetinet/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.8 2011/05/03 18:28:45 dyoung Exp $
+# $NetBSD: Makefile.inc,v 1.9 2013/06/01 10:54:24 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../netinet ${.CURDIR}/../../../../netinet6
@@ -6,7 +6,7 @@
# INET
SRCS+= in_proto.c igmp.c in.c in_offload.c in_pcb.c ip_carp.c ip_icmp.c\
ip_flow.c ip_id.c ip_input.c ip_reass.c ip_output.c raw_ip.c \
- in_cksum.c cpu_in_cksum.c in4_cksum.c ip_encap.c
+ in_cksum.c cpu_in_cksum.c in4_cksum.c ip_encap.c portalgo.c
# INET6
SRCS+= dest6.c frag6.c icmp6.c in6.c in6_cksum.c in6_ifattach.c \