Makefile revision 9970
1#	$Id: Makefile,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $
2
3LIB=	com_err
4SRCS=	com_err.c error_message.c et_name.c init_et.c
5CFLAGS+=	-I.
6MAN3=	com_err.3
7
8SUBDIR=	doc
9
10beforeinstall:
11	-cd ${.CURDIR}; cmp -s com_err.h ${DESTDIR}/usr/include/com_err.h || \
12	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 com_err.h \
13	    ${DESTDIR}/usr/include
14
15.include <bsd.lib.mk>
16
17