summaryrefslogtreecommitdiffstats
path: root/support/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'support/Makefile.in')
-rw-r--r--support/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index c3475bf1fa..8f34369d24 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -21,6 +21,12 @@ install:
chmod 755 $(sbindir)/$$i; \
fi ; \
done
+ @if test -f "$(builddir)/envvars-std"; then \
+ cp -p envvars-std $(sbindir); \
+ if test ! -f $(sbindir)/envvars; then \
+ cp -p envvars-std $(sbindir)/envvars ; \
+ fi ; \
+ fi
htpasswd_OBJECTS = htpasswd.lo
htpasswd: $(htpasswd_OBJECTS)