mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
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
7 lines
68 B
Makefile
7 lines
68 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sockstat
|
|
|
|
LIBADD= jail
|
|
|
|
.include <bsd.prog.mk>
|