summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-07 10:03:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-10 13:28:31 +0200
commit0099e16d9c01fe4f8791fdff02b9f5636ec43e34 (patch)
tree3f157874f388a0ef7cd988c73db12091d7e14156 /libbsd.py
parentifmcstat: Import from FreeBSD (diff)
downloadrtems-libbsd-0099e16d9c01fe4f8791fdff02b9f5636ec43e34.tar.bz2
ifmcstat: Port to RTEMS
Update #4073.
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 2f40662a..3db9939e 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -186,6 +186,7 @@ class rtems(builder.Module):
'rtems/rtems-bsd-set-if-input.c',
'rtems/rtems-bsd-shell-arp.c',
'rtems/rtems-bsd-shell-ifconfig.c',
+ 'rtems/rtems-bsd-shell-ifmcstat.c',
'rtems/rtems-bsd-shell-netstat.c',
'rtems/rtems-bsd-shell-nvmecontrol.c',
'rtems/rtems-bsd-shell-pfctl.c',
@@ -3026,6 +3027,8 @@ class user_space(builder.Module):
'usr.bin/netstat/unix.c',
'usr.bin/vmstat/vmstat.c',
'usr.sbin/arp/arp.c',
+ 'usr.sbin/ifmcstat/ifmcstat.c',
+ 'usr.sbin/ifmcstat/printb.c',
],
mm.generator['source'](['-DINET'])
)