aboutsummaryrefslogtreecommitdiff
path: root/lib/libskey
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/libskey
parentd63abe4172ac583e5d2cf2086fe66a44c747b126 (diff)
downloadsrc-48cfb668fc9f2257b8955348b6c448f331db538c.tar.gz
src-48cfb668fc9f2257b8955348b6c448f331db538c.zip
Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
Notes
Notes: svn path=/head/; revision=9970
Diffstat (limited to 'lib/libskey')
-rw-r--r--lib/libskey/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile
index 0630c5698b5e..bdc39998ce01 100644
--- a/lib/libskey/Makefile
+++ b/lib/libskey/Makefile
@@ -9,7 +9,7 @@ CFLAGS+=-DPERMIT_CONSOLE -I${.CURDIR}
beforeinstall:
-cd ${.CURDIR}; cmp -s skey.h ${DESTDIR}/usr/include/skey.h || \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 skey.h \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 skey.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>