mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Sort SRCS in Makefile and document -g option additions.
Nudged by: ru
This commit is contained in:
parent
3f2631c7ba
commit
1d2a7e07d7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127399
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= netstat
|
||||
SRCS= if.c inet.c inet6.c main.c mbuf.c mroute.c mcast.c ipx.c route.c \
|
||||
SRCS= if.c inet.c inet6.c main.c mbuf.c mcast.c mroute.c ipx.c route.c \
|
||||
unix.c atalk.c netgraph.c mroute6.c ipsec.c
|
||||
CFLAGS+=-DIPSEC
|
||||
CFLAGS+=-DINET6
|
||||
|
@ -250,7 +250,8 @@ is repeated, counters with a value of zero are suppressed.
|
||||
.Ek
|
||||
.Xc
|
||||
Show information related to multicast (group address) routing.
|
||||
By default, show the IP Multicast virtual-interface and routing tables.
|
||||
By default, show the IP Multicast virtual-interface and routing tables,
|
||||
and multicast group memberships.
|
||||
.It Xo
|
||||
.Bk -words
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user