mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
![Jamie Gritton](/assets/img/avatar_default.png)
sockstat(1), ugidfw(8) These are the last of the jail-aware userland utilities that didn't work with names. PR: 229266 MFC after: 3 days Differential Revision: D16047
8 lines
68 B
Makefile
8 lines
68 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sockstat
|
|
|
|
LIBADD= jail
|
|
|
|
.include <bsd.prog.mk>
|