summaryrefslogtreecommitdiffstats
path: root/lib/libskey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libskey/Makefile')
-rw-r--r--lib/libskey/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile
index bdc3999..ebbac7a 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>
OpenPOWER on IntegriCloud