aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
commitd05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (patch)
treeeb6fb1d114d443d91bf0dfbd4b2abce399113c75 /lib/libcom_err
parentfccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff)
Notes
Diffstat (limited to 'lib/libcom_err')
-rw-r--r--lib/libcom_err/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile
index 847497df3925..081a0b7d229c 100644
--- a/lib/libcom_err/Makefile
+++ b/lib/libcom_err/Makefile
@@ -2,17 +2,13 @@
LIB= com_err
SRCS= com_err.c error.c
+INCS= ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h
MAN3= com_err.3
COM_ERRDIR= ${.CURDIR}/../../contrib/com_err
CFLAGS+= -I${COM_ERRDIR}
SUBDIR= doc
-beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${COM_ERRDIR}/com_err.h ${COM_ERRDIR}/com_right.h \
- ${DESTDIR}/usr/include
-
.include <bsd.lib.mk>
.PATH: ${COM_ERRDIR}