summaryrefslogtreecommitdiff
path: root/lib/libskey
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-30 02:12:07 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-30 02:12:07 +0000
commit345be915f703031e58f2dabb9878375701467fda (patch)
tree3319724cb0b02106aa2d4ce62b3e8052990efbfe /lib/libskey
parent755a87206586f682e5bc6be33d68b35335715480 (diff)
Notes
Diffstat (limited to 'lib/libskey')
-rw-r--r--lib/libskey/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile
index bdc39998ce01..ebbac7aaed6d 100644
--- a/lib/libskey/Makefile
+++ b/lib/libskey/Makefile
@@ -8,8 +8,7 @@ MAN5= skey.access.5
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 \
- ${DESTDIR}/usr/include
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/skey.h \
+ ${DESTDIR}/usr/include
.include <bsd.lib.mk>