summaryrefslogtreecommitdiffstats
path: root/crypto/bf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bf/Makefile')
-rw-r--r--crypto/bf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile
index 385215b5e5..81e4b7cd84 100644
--- a/crypto/bf/Makefile
+++ b/crypto/bf/Makefile
@@ -62,7 +62,10 @@ links:
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
-install:
+# We need to use force because 'install' matches 'INSTALL' on case
+# insensitive systems
+FRC.install:
+install: FRC.install
@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
@headerlist="$(EXHEADER)"; for i in $$headerlist ; \
do \