summaryrefslogtreecommitdiff
path: root/lib/libwrap
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libwrap')
-rw-r--r--lib/libwrap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile
index 4bcd27d2535..2da18026bf6 100644
--- a/lib/libwrap/Makefile
+++ b/lib/libwrap/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 1997/03/04 08:59:23 downsj Exp $
+# $OpenBSD: Makefile,v 1.3 1997/04/27 20:56:19 millert Exp $
LIB= wrap
SRCS= hosts_access.c options.c shell_cmd.c rfc931.c eval.c \
@@ -23,7 +23,7 @@ MLINKS+=hosts_access.3 request_set.3
includes:
@cd ${.CURDIR}; for i in $(HDRS); do \
j="cmp -s $$i ${DESTDIR}/usr/include/$$i || \
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
${DESTDIR}/usr/include"; \
echo $$j; \
eval "$$j"; \