summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms
diff options
context:
space:
mode:
authordjm <>2009-01-09 12:14:08 +0000
committerdjm <>2009-01-09 12:14:08 +0000
commitc577284ff511d84dc9cbfc813490545b0721e2f8 (patch)
tree07f3f0e4c0127646f27f4d510b151e730f456110 /src/lib/libcrypto/cms
parentb25b0958076285fd5cd47f8dd32af045840df707 (diff)
parentfdf9113d3582e152f49094152c69cf4fc2313cea (diff)
downloadopenbsd-c577284ff511d84dc9cbfc813490545b0721e2f8.tar.gz
openbsd-c577284ff511d84dc9cbfc813490545b0721e2f8.tar.bz2
openbsd-c577284ff511d84dc9cbfc813490545b0721e2f8.zip
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/cms')
-rw-r--r--src/lib/libcrypto/cms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cms/Makefile b/src/lib/libcrypto/cms/Makefile
index e39c310b6c..1c137e0cff 100644
--- a/src/lib/libcrypto/cms/Makefile
+++ b/src/lib/libcrypto/cms/Makefile
@@ -37,7 +37,7 @@ test:
37all: lib 37all: lib
38 38
39lib: $(LIBOBJ) 39lib: $(LIBOBJ)
40 $(AR) $(LIB) $(LIBOBJ) 40 $(ARX) $(LIB) $(LIBOBJ)
41 $(RANLIB) $(LIB) || echo Never mind. 41 $(RANLIB) $(LIB) || echo Never mind.
42 @touch lib 42 @touch lib
43 43