diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-15 18:01:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-15 18:01:43 +0000 |
commit | 1c7f13a557d23c1aeb504de5b0deca8a63e97074 (patch) | |
tree | dcd66c47bd3f3d9d1f8c84bad20b7895ffd466d8 /regress | |
parent | 09b94b083c2cbf41d5c65295b6c1f7ee402e8972 (diff) |
+libcrypto
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/Makefile b/regress/lib/Makefile index aaae16d95b4..e761c9a485b 100644 --- a/regress/lib/Makefile +++ b/regress/lib/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.14 2003/07/31 15:56:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2014/04/15 18:01:42 miod Exp $ -SUBDIR+= libc libpthread csu libssl libskey libm libevent libutil +SUBDIR+= libc libcrypto libpthread csu libssl libskey libm libevent libutil install: |