freebsd-dev/usr.sbin/slstat/Makefile
Rich Murphey d51849a38c slstat - report serial line IP statistics: bytes in/out, packets
in/out, errors, compressed, and uncompressed packets in/out.
1994-06-17 06:42:39 +00:00

12 lines
210 B
Makefile

# from: @(#)Makefile 5.6 (Berkeley) 4/23/91
# $Id: Makefile,v 1.1 1993/11/16 04:16:46 brezak Exp $
PROG= slstat
MAN8= slstat.8
DPADD= ${LIBUTIL}
LDADD= -lutil
BINGRP= kmem
BINMODE=2555
.include <bsd.prog.mk>