aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err/Makefile
blob: cad2a055d1f847f6cdc198d10e960609c614e7f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$Id: Makefile,v 1.1.1.1.4.2 1996/06/05 02:52:14 jkh Exp $

LIB=	com_err
SRCS=	com_err.c error_message.c et_name.c init_et.c
CFLAGS+=	-I.
MAN3=	com_err.3

SUBDIR=	doc

beforeinstall:
	-cd ${.CURDIR}; cmp -s com_err.h ${DESTDIR}/usr/include/com_err.h || \
	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 com_err.h \
	    ${DESTDIR}/usr/include

.include <bsd.lib.mk>