aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err/Makefile
blob: 7c737d81dcf5d05ce95a751c4462b688306fb617 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$Id: Makefile,v 1.4 1996/09/04 22:22:46 bde Exp $

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>