summaryrefslogtreecommitdiffstats
path: root/lib/libftpio
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-30 01:51:09 +0000
committerpeter <peter@FreeBSD.org>1996-08-30 01:51:09 +0000
commitfeb74039a2c1add30e311ade2c7db7aec497cc79 (patch)
tree34578390ef4bfe13cbf9bf9d1eeb936c79279e62 /lib/libftpio
parent14cbe8c56977fddf69e1396d9e3c462d9d4b4d11 (diff)
downloadFreeBSD-src-feb74039a2c1add30e311ade2c7db7aec497cc79.zip
FreeBSD-src-feb74039a2c1add30e311ade2c7db7aec497cc79.tar.gz
cmp -s || install -c ==> install -C
Diffstat (limited to 'lib/libftpio')
-rw-r--r--lib/libftpio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile
index d7254d3..79d270e 100644
--- a/lib/libftpio/Makefile
+++ b/lib/libftpio/Makefile
@@ -5,8 +5,8 @@ MAN3= ftpio.3
CLEANFILES+= ftperr.c
beforeinstall:
- cd ${.CURDIR}; cmp -s ftpio.h ${DESTDIR}/usr/include/ftpio.h || \
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ftpio.h ${DESTDIR}/usr/include
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ftpio.h \
+ ${DESTDIR}/usr/include
ftperr.c: ftp.errors
@echo '#include <stdio.h>' > ${.TARGET}
OpenPOWER on IntegriCloud