Module Name: src
Committed By: roy
Date: Sat Sep 12 10:44:32 UTC 2020
Modified Files:
src/sys/rump/net/lib/libnet: Makefile
Log Message:
rump: Add nd.c to libnet
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 src/sys/rump/net/lib/libnet/Makefile:1.34
--- src/sys/rump/net/lib/libnet/Makefile:1.33 Wed Jan 29 06:13:02 2020
+++ src/sys/rump/net/lib/libnet/Makefile Sat Sep 12 10:44:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/01/29 06:13:02 thorpej Exp $
+# $NetBSD: Makefile,v 1.34 2020/09/12 10:44:32 roy Exp $
#
@@ -13,7 +13,7 @@ SRCS= if.c if_loop.c if_stats.c route.c
raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c \
if_spppsubr.c
SRCS+= if_43.c
-SRCS+= if_llatbl.c
+SRCS+= if_llatbl.c nd.c
SRCS+= net_component.c
SRCS+= ether_sw_offload.c