summaryrefslogtreecommitdiffstats
path: root/lib/libdevstat/Makefile
blob: ce3f9c2bdf683d43016c1650c80ee2c6749220f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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