summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2003-01-03 20:45:59 +0000
committerAndy Polyakov <appro@openssl.org>2003-01-03 20:45:59 +0000
commit55b1516770ddd2321f3dda3b81f1ddb671233d3e (patch)
tree98e50df557eacc57d5c3b19f432ac3bce6fb3d23 /crypto/des
parent3cc9a89dda7165f9363f06db3559c5dea043bb73 (diff)
Redundant now as it's moved to ./Makefile.org.
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/Makefile.ssl8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl
index 149d5a81ec..34ca7acba5 100644
--- a/crypto/des/Makefile.ssl
+++ b/crypto/des/Makefile.ssl
@@ -23,14 +23,6 @@ DES_ENC= des_enc.o fcrypt_b.o
CFLAGS= $(INCLUDES) $(CFLAG)
-# We let the C compiler driver to take care of .s files. This is done in
-# order to be excused from maintaining a separate set of architecture
-# dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
-# gcc, then the driver will automatically translate it to -xarch=v8plus
-# and pass it down to assembler.
-AS=$(CC) -c
-ASFLAGS=$(CFLAGS)
-
GENERAL=Makefile
TEST=destest.c
APPS=