mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
7 lines
64 B
Makefile
7 lines
64 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sockstat
|
|
WARNS?= 4
|
|
|
|
.include <bsd.prog.mk>
|