xref: /freebsd/lib/libcom_err/Makefile (revision 4a558355e5f3b4521cef56a6b705fa84be41dfa0)
17f3dea24SPeter Wemm# $FreeBSD$
2af4d8eadSGarrett Wollman
3af4d8eadSGarrett WollmanLIB=	com_err
4d8f5c868SMark MurraySRCS=	com_err.c error.c
5d05257b0SRodney W. GrimesINCS=	${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h
64a558355SRuslan ErmilovMAN=	com_err.3
7d8f5c868SMark MurrayCOM_ERRDIR=	${.CURDIR}/../../contrib/com_err
8d8f5c868SMark MurrayCFLAGS+=	-I${COM_ERRDIR}
9af4d8eadSGarrett Wollman
10a2e238f9SPeter WemmSUBDIR=	doc
11af4d8eadSGarrett Wollman
12af4d8eadSGarrett Wollman.include <bsd.lib.mk>
13af4d8eadSGarrett Wollman
14d8f5c868SMark Murray.PATH:	${COM_ERRDIR}
15