1997-02-22 15:12:41 +00:00
|
|
|
# $Id$
|
1995-01-14 22:23:41 +00:00
|
|
|
|
|
|
|
LIB= com_err
|
|
|
|
SRCS= com_err.c error_message.c et_name.c init_et.c
|
|
|
|
MAN3= com_err.3
|
|
|
|
|
1997-01-12 07:10:57 +00:00
|
|
|
SUBDIR= doc
|
1995-01-14 22:23:41 +00:00
|
|
|
|
|
|
|
beforeinstall:
|
1996-08-30 01:51:09 +00:00
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/com_err.h \
|
1995-01-14 22:23:41 +00:00
|
|
|
${DESTDIR}/usr/include
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
|