diff options
Diffstat (limited to 'crypto/bf/Makefile')
-rw-r--r-- | crypto/bf/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile index 9525a0bc35..dd2c2c708e 100644 --- a/crypto/bf/Makefile +++ b/crypto/bf/Makefile @@ -12,8 +12,6 @@ MAKEFILE= Makefile AR= ar r BF_ENC= bf_enc.o -# or use -#DES_ENC= bx86-elf.o CFLAGS= $(INCLUDES) $(CFLAG) ASFLAGS= $(INCLUDES) $(ASFLAG) |