Module Name: src
Committed By: thorpej
Date: Wed Jan 29 06:13:02 UTC 2020
Modified Files:
src/sys/rump/net/lib/libnet: Makefile
Log Message:
Add if_stats.c to rumpnet.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 src/sys/rump/net/lib/libnet/Makefile:1.33
--- src/sys/rump/net/lib/libnet/Makefile:1.32 Sun Oct 13 07:28:14 2019
+++ src/sys/rump/net/lib/libnet/Makefile Wed Jan 29 06:13:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/10/13 07:28:14 mrg Exp $
+# $NetBSD: Makefile,v 1.33 2020/01/29 06:13:02 thorpej Exp $
#
@@ -9,7 +9,7 @@ COMMENT=Network interface and routing su
IOCONF= NET.ioconf
# iffy stuff
-SRCS= if.c if_loop.c route.c rtsock.c raw_usrreq.c \
+SRCS= if.c if_loop.c if_stats.c route.c rtsock.c raw_usrreq.c \
raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c \
if_spppsubr.c
SRCS+= if_43.c