diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-09-02 17:40:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-09-02 17:40:29 +0000 |
commit | c6be51adeb0258e94fedc207113f2d5a3cb59745 (patch) | |
tree | c645d549e4704860f101fd74c76f1f00671e1103 /lib | |
parent | d2dd570c0eb0018e9f54e0c51182c73595565222 (diff) |
LIB=crypto, kind of neccessary
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 86f598f4f7a..4c5392f8da1 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/02 17:00:22 beck Exp $ +# $OpenBSD: Makefile,v 1.3 2016/09/02 17:40:28 deraadt Exp $ + +LIB= crypto SUBDIR= man PC_FILES=libcrypto.pc |