freebsd-dev/usr.bin/sockstat/Makefile
Jamie Gritton de68a3200a Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8),
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
2018-07-03 23:47:20 +00:00

8 lines
68 B
Makefile

# $FreeBSD$
PROG= sockstat
LIBADD= jail
.include <bsd.prog.mk>