Makefile revision 21585
1#	$Id: Makefile,v 1.4 1996/09/04 22:22:46 bde Exp $
2
3LIB=	com_err
4SRCS=	com_err.c error_message.c et_name.c init_et.c
5MAN3=	com_err.3
6
7#SUBDIR=	doc
8
9beforeinstall:
10	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/com_err.h \
11	    ${DESTDIR}/usr/include
12
13.include <bsd.lib.mk>
14
15