aboutsummaryrefslogtreecommitdiff
path: root/lib/libftpio
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-30 01:51:09 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-30 01:51:09 +0000
commitc5c878699b6e7d0164059550c4541a9fe3a1da8f (patch)
tree34578390ef4bfe13cbf9bf9d1eeb936c79279e62 /lib/libftpio
parentb7e5f46aed2b89f78ac667160815f0109b457782 (diff)
Notes
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 d7254d36edea3..79d270e9a3158 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}