summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pqueue
diff options
context:
space:
mode:
authordjm <>2009-01-09 12:14:08 +0000
committerdjm <>2009-01-09 12:14:08 +0000
commit05552533f486a700413f5b1fd925ae0f2c26d8a8 (patch)
treef4ffce3b31816b285b9a3a6c153e63bf437e6d1b /src/lib/libcrypto/pqueue
parent3687ac46695eab112e6291f8a57388dcfb688c8c (diff)
downloadopenbsd-05552533f486a700413f5b1fd925ae0f2c26d8a8.tar.gz
openbsd-05552533f486a700413f5b1fd925ae0f2c26d8a8.tar.bz2
openbsd-05552533f486a700413f5b1fd925ae0f2c26d8a8.zip
import openssl-0.9.8j
Diffstat (limited to 'src/lib/libcrypto/pqueue')
-rw-r--r--src/lib/libcrypto/pqueue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pqueue/Makefile b/src/lib/libcrypto/pqueue/Makefile
index d0c39d25ce..36bfc349aa 100644
--- a/src/lib/libcrypto/pqueue/Makefile
+++ b/src/lib/libcrypto/pqueue/Makefile
@@ -33,7 +33,7 @@ top:
33all: lib 33all: lib
34 34
35lib: $(LIBOBJ) 35lib: $(LIBOBJ)
36 $(AR) $(LIB) $(LIBOBJ) 36 $(ARX) $(LIB) $(LIBOBJ)
37 $(RANLIB) $(LIB) || echo Never mind. 37 $(RANLIB) $(LIB) || echo Never mind.
38 @touch lib 38 @touch lib
39 39