aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-01-14 22:23:41 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-01-14 22:23:41 +0000
commitaf4d8ead38cac8e7026de67ff7ba3b744623c279 (patch)
tree77542679c39d3d1f555f94fe8f357cc9d8a36be7 /lib/libcom_err/Makefile
parente7f8d55240ec1c16dd7d3c836c9922e4bb26b3ce (diff)
Notes
Diffstat (limited to 'lib/libcom_err/Makefile')
-rw-r--r--lib/libcom_err/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile
new file mode 100644
index 000000000000..d702d365a2a4
--- /dev/null
+++ b/lib/libcom_err/Makefile
@@ -0,0 +1,16 @@
+# $Id$
+
+LIB= com_err
+SRCS= com_err.c error_message.c et_name.c init_et.c
+CFLAGS+= -I.
+MAN3= com_err.3
+
+SUBDIR= doc
+
+beforeinstall:
+ -cd ${.CURDIR}; cmp -s com_err.h ${DESTDIR}/usr/include/com_err.h || \
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 com_err.h \
+ ${DESTDIR}/usr/include
+
+.include <bsd.lib.mk>
+