summaryrefslogtreecommitdiffstats
path: root/lib/libcom_err/Makefile
blob: 78014ade5b15601a040cb2538b52c2f74337eaab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

LIB=	com_err
SRCS=	com_err.c error.c
INCS=	${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h
MAN=	com_err.3
COM_ERRDIR=	${.CURDIR}/../../contrib/com_err
CFLAGS+=	-I${COM_ERRDIR}

LDFLAGS=	-Wl,--no-undefined
VERSION_MAP=	${COM_ERRDIR}/version-script.map

SUBDIR=	doc

.include <bsd.lib.mk>

.PATH:	${COM_ERRDIR}
OpenPOWER on IntegriCloud