From 3f709de38ccdb0b9e54ac5c652cac186e7aa7f80 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 30 Aug 1996 02:12:07 +0000 Subject: cmp -s || install -c ==> install -C --- lib/libskey/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libskey') 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 -- cgit v1.1