mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
7 lines
81 B
Makefile
7 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sockstat
|
|
WARNS?= 4
|
|
MAN= sockstat.1
|
|
|
|
.include <bsd.prog.mk>
|