aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err/Makefile
blob: 31128320b3f475198da56c40624601c37d8fa435 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$Id$

LIB=	com_err
SRCS=	com_err.c error_message.c et_name.c init_et.c
MAN3=	com_err.3

SUBDIR=	doc

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

.include <bsd.lib.mk>