aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-08-06 12:24:38 +0000
committerBruce Evans <bde@FreeBSD.org>1995-08-06 12:24:38 +0000
commit48cfb668fc9f2257b8955348b6c448f331db538c (patch)
tree654fdd1b68d3f3b66fa5852885ab296a298270bf /lib/libcom_err/Makefile
parentd63abe4172ac583e5d2cf2086fe66a44c747b126 (diff)
Notes
Diffstat (limited to 'lib/libcom_err/Makefile')
-rw-r--r--lib/libcom_err/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile
index d702d365a2a4..c295a3accd4d 100644
--- a/lib/libcom_err/Makefile
+++ b/lib/libcom_err/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $
LIB= com_err
SRCS= com_err.c error_message.c et_name.c init_et.c
@@ -9,7 +9,7 @@ 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 \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 com_err.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>