summaryrefslogtreecommitdiff
path: root/lib/libcom_err/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-09-04 09:52:36 +0000
committerMark Murray <markm@FreeBSD.org>1999-09-04 09:52:36 +0000
commitd8f5c868258d29403a098d21628e9e9c4b33ab69 (patch)
treeb43eee6ac71c5e4d5c23f09c0fff32191564407e /lib/libcom_err/Makefile
parentf9ce010afdd3136fc73e2b500f2ed916bf9cfa59 (diff)
Notes
Diffstat (limited to 'lib/libcom_err/Makefile')
-rw-r--r--lib/libcom_err/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile
index 85df262de725..847497df3925 100644
--- a/lib/libcom_err/Makefile
+++ b/lib/libcom_err/Makefile
@@ -1,14 +1,18 @@
# $FreeBSD$
LIB= com_err
-SRCS= com_err.c error_message.c et_name.c init_et.c
+SRCS= com_err.c error.c
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 ${.CURDIR}/com_err.h \
- ${DESTDIR}/usr/include
+ ${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}