summaryrefslogtreecommitdiffstats
path: root/lib/libdevstat/Makefile
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-09-15 06:23:21 +0000
committergibbs <gibbs@FreeBSD.org>1998-09-15 06:23:21 +0000
commitbbc0682d67a7e0c50ade831509abd8c3e119db5c (patch)
treee1df1a384f62c98a156b19960095d69f22769b78 /lib/libdevstat/Makefile
parentade38c7f132fc2fb24216396d5a415f8bdadc5ff (diff)
downloadFreeBSD-src-bbc0682d67a7e0c50ade831509abd8c3e119db5c.zip
FreeBSD-src-bbc0682d67a7e0c50ade831509abd8c3e119db5c.tar.gz
Device statistics library. Used by iostat, vmstat, and systat to
format and analyze the output of the new device statistics sysctls. Submitted by: "Kenneth D. Merry" <ken@FreeBSD.org>
Diffstat (limited to 'lib/libdevstat/Makefile')
-rw-r--r--lib/libdevstat/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile
new file mode 100644
index 0000000..ce3f9c2
--- /dev/null
+++ b/lib/libdevstat/Makefile
@@ -0,0 +1,13 @@
+
+LIB= devstat
+SRCS= devstat.c
+
+MAN3= devstat.3
+
+beforeinstall:
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/devstat.h \
+ ${DESTDIR}/usr/include
+
+CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../sys
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud