1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1995-01-14 22:23:41 +00:00
|
|
|
|
|
|
|
LIB= com_err
|
1999-09-04 09:52:36 +00:00
|
|
|
SRCS= com_err.c error.c
|
1995-01-14 22:23:41 +00:00
|
|
|
MAN3= com_err.3
|
1999-09-04 09:52:36 +00:00
|
|
|
COM_ERRDIR= ${.CURDIR}/../../contrib/com_err
|
|
|
|
CFLAGS+= -I${COM_ERRDIR}
|
1995-01-14 22:23:41 +00:00
|
|
|
|
1997-01-12 07:10:57 +00:00
|
|
|
SUBDIR= doc
|
1995-01-14 22:23:41 +00:00
|
|
|
|
|
|
|
beforeinstall:
|
1999-09-04 09:52:36 +00:00
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
|
|
|
|
${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h \
|
|
|
|
${DESTDIR}/usr/include
|
1995-01-14 22:23:41 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
|
1999-09-04 09:52:36 +00:00
|
|
|
.PATH: ${COM_ERRDIR}
|