xref: /dflybsd-src/lib/libdevstat/Makefile (revision bed5f6efc6c600967def2e447635ac8f18b96279)
1984263bcSMatthew Dillon# $FreeBSD: src/lib/libdevstat/Makefile,v 1.4.2.1 2001/04/25 10:04:27 ru Exp $
2984263bcSMatthew Dillon
3984263bcSMatthew DillonLIB=	devstat
4*bed5f6efSzrjSHLIBDIR?= /lib
5984263bcSMatthew DillonSRCS=	devstat.c
6984263bcSMatthew DillonINCS=	devstat.h
7984263bcSMatthew DillonMAN=	devstat.3
8984263bcSMatthew Dillon
9984263bcSMatthew DillonMLINKS+=devstat.3 getnumdevs.3
10984263bcSMatthew DillonMLINKS+=devstat.3 getgeneration.3
11984263bcSMatthew DillonMLINKS+=devstat.3 getversion.3
12984263bcSMatthew DillonMLINKS+=devstat.3 checkversion.3
13984263bcSMatthew DillonMLINKS+=devstat.3 getdevs.3
14984263bcSMatthew DillonMLINKS+=devstat.3 selectdevs.3
15984263bcSMatthew DillonMLINKS+=devstat.3 buildmatch.3
16984263bcSMatthew DillonMLINKS+=devstat.3 compute_stats.3
17984263bcSMatthew DillonMLINKS+=devstat.3 compute_etime.3
18984263bcSMatthew Dillon
19984263bcSMatthew DillonCFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../sys
20984263bcSMatthew Dillon
21984263bcSMatthew Dillon.include <bsd.lib.mk>
22