diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-18 11:01:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-18 11:01:06 +0000 |
| commit | fcaa46686526e922aef13d3b61c4835eaefcb319 (patch) | |
| tree | 2576d8540d5dd1d2a729ba3f81c42c1d654bf745 /secure | |
| parent | 73b06dcb66ea3164c5bcfc9c91956f786acf108a (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 8dbd0e50f421..ca143e1e6dd4 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ +SHLIBDIR?= /lib + .include <bsd.own.mk> LIB= crypto -SHLIBDIR?= /lib SHLIB_MAJOR= 4 NO_LINT= |
