summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/seed
diff options
context:
space:
mode:
authordjm <>2009-01-09 12:14:08 +0000
committerdjm <>2009-01-09 12:14:08 +0000
commit6b54ca90c9c20fe7a1bad7bdd709e44e88384cee (patch)
tree07f3f0e4c0127646f27f4d510b151e730f456110 /src/lib/libcrypto/seed
parentdcf3184fb50373f815b09b0a0badf24135573831 (diff)
parent05552533f486a700413f5b1fd925ae0f2c26d8a8 (diff)
downloadopenbsd-6b54ca90c9c20fe7a1bad7bdd709e44e88384cee.tar.gz
openbsd-6b54ca90c9c20fe7a1bad7bdd709e44e88384cee.tar.bz2
openbsd-6b54ca90c9c20fe7a1bad7bdd709e44e88384cee.zip
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/seed')
-rw-r--r--src/lib/libcrypto/seed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/seed/Makefile b/src/lib/libcrypto/seed/Makefile
index f9de27b288..ffaeb84218 100644
--- a/src/lib/libcrypto/seed/Makefile
+++ b/src/lib/libcrypto/seed/Makefile
@@ -34,7 +34,7 @@ top:
34all: lib 34all: lib
35 35
36lib: $(LIBOBJ) 36lib: $(LIBOBJ)
37 $(AR) $(LIB) $(LIBOBJ) 37 $(ARX) $(LIB) $(LIBOBJ)
38 $(RANLIB) $(LIB) || echo Never mind. 38 $(RANLIB) $(LIB) || echo Never mind.
39 @touch lib 39 @touch lib
40 40