xref: /freebsd/lib/libcom_err/Makefile (revision 8e537d168674d6b65869f73c20813001af875738)
1#	$Id: Makefile,v 1.3 1996/08/30 01:45:45 peter Exp $
2
3LIB=	com_err
4SRCS=	com_err.c error_message.c et_name.c init_et.c
5MAN3=	com_err.3
6
7SUBDIR=	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