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

LIB=	com_err
SRCS=	com_err.c error.c
MAN3=	com_err.3
COM_ERRDIR=	${.CURDIR}/../../contrib/com_err
CFLAGS+=	-I${COM_ERRDIR}

SUBDIR=	doc

beforeinstall:
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
	    ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h \
		${DESTDIR}/usr/include

.include <bsd.lib.mk>

.PATH:	${COM_ERRDIR}
OpenPOWER on IntegriCloud