diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 02:12:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 02:12:07 +0000 |
| commit | 345be915f703031e58f2dabb9878375701467fda (patch) | |
| tree | 3319724cb0b02106aa2d4ce62b3e8052990efbfe /lib/libskey | |
| parent | 755a87206586f682e5bc6be33d68b35335715480 (diff) | |
Notes
Diffstat (limited to 'lib/libskey')
| -rw-r--r-- | lib/libskey/Makefile | 5 |
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> |
