539332ecd5
- net.sdl for the active link-layer adddress (the MAC) - net.ether.multicast for the Ethernet multicast addresses - net.inet6.multicast for the IPv6 multicast groups - net.inet6.multicast_kludge for temporarily removed multicast groups Use this sysctls for replacing the kmem grovelling in ifmcstat(8).
13 lines
206 B
Makefile
13 lines
206 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/06/10 09:38:30 joerg Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= ifmcstat
|
|
MAN= ifmcstat.8
|
|
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
CPPFLAGS+= -DINET6
|
|
|
|
.include <bsd.prog.mk>
|