NetBSD/usr.bin/sockstat/Makefile
atatat 724bd01950 Add a sockstat(1) command that can list open sockets and the processes
that own them.  The implementation concept and man page came largely
from FreeBSD, but the program is fresh.
2005-03-09 05:20:05 +00:00

6 lines
100 B
Makefile

# $NetBSD: Makefile,v 1.1 2005/03/09 05:20:05 atatat Exp $
PROG= sockstat
.include <bsd.prog.mk>