freebsd-dev/lib/libdevstat/Makefile
Justin T. Gibbs 28fb27ba21 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>
1998-09-15 06:23:21 +00:00

14 lines
230 B
Makefile

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>