From 28fb27ba21cc1fd6d5fb0a4889059bf3e4b751d8 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Tue, 15 Sep 1998 06:23:21 +0000 Subject: 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" --- lib/libdevstat/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/libdevstat/Makefile (limited to 'lib/libdevstat/Makefile') diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile new file mode 100644 index 000000000000..ce3f9c2bdf68 --- /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 -- cgit v1.3