projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
RT2910: Remove des.c and its Makefile target
[openssl.git]
/
crypto
/
des
/
Makefile
diff --git
a/crypto/des/Makefile
b/crypto/des/Makefile
index 1c061a6879aed444a32e6f858a44a6be707e54ac..d9e55e992416a12e6ea899b93047d779c69d2236 100644
(file)
--- a/
crypto/des/Makefile
+++ b/
crypto/des/Makefile
@@
-56,9
+56,6
@@
lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-des: des.o cbc3_enc.o lib
- $(CC) $(CFLAGS) -o des des.o cbc3_enc.o $(LIB)
-
des_enc-sparc.S: asm/des_enc.m4
m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S
dest4-sparcv9.s: asm/dest4-sparcv9.pl