diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-30 04:11:37 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-30 04:11:37 +0000 |
| commit | c6680962bf2b576329fe549f963e8fe080db0b6f (patch) | |
| tree | 8b5ec0032a7dc8d07031db1366bc5f34d762b11d | |
| parent | 158316667ceabcb5bfdb16165e0280cfd7b55c39 (diff) | |
Notes
| -rw-r--r-- | secure/lib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 51655d429c8a..0180a3a72102 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,8 +1,11 @@ # $FreeBSD$ -SUBDIR= libcipher libcrypto libdes librsaglue libssl +SUBDIR= libcipher libdes .if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) SUBDIR+=libtelnet .endif +.if !defined(NO_OPENSSL) +SUBDIR+=libcrypto librsaglue libssl +.endif .include <bsd.subdir.mk> |
