summaryrefslogtreecommitdiffstats
path: root/usr.sbin/slstat/Makefile
diff options
context:
space:
mode:
authorrich <rich@FreeBSD.org>1994-06-17 06:42:39 +0000
committerrich <rich@FreeBSD.org>1994-06-17 06:42:39 +0000
commit1b6895130938284714c51eaac0bf03028a1ca0da (patch)
tree4a1e815951d85e66800323c0766fbc8fb1413150 /usr.sbin/slstat/Makefile
downloadFreeBSD-src-1b6895130938284714c51eaac0bf03028a1ca0da.zip
FreeBSD-src-1b6895130938284714c51eaac0bf03028a1ca0da.tar.gz
slstat - report serial line IP statistics: bytes in/out, packets
in/out, errors, compressed, and uncompressed packets in/out.
Diffstat (limited to 'usr.sbin/slstat/Makefile')
-rw-r--r--usr.sbin/slstat/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/slstat/Makefile b/usr.sbin/slstat/Makefile
new file mode 100644
index 0000000..de18bc8
--- /dev/null
+++ b/usr.sbin/slstat/Makefile
@@ -0,0 +1,11 @@
+# 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>
OpenPOWER on IntegriCloud