diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-30 04:12:49 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-30 04:12:49 +0000 |
| commit | 8c52579a787909c75b7d3299de6a37469460ab4b (patch) | |
| tree | 0ac84846369bbcc11ff2512b397d84253a3ead07 /secure/usr.bin | |
| parent | c6680962bf2b576329fe549f963e8fe080db0b6f (diff) | |
Notes
Diffstat (limited to 'secure/usr.bin')
| -rw-r--r-- | secure/usr.bin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index c991a9911750..5f431e137aa1 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -1,8 +1,11 @@ # $FreeBSD$ -SUBDIR= bdes openssl +SUBDIR= bdes .if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) SUBDIR+=telnet .endif +.if !defined(NO_OPENSSL) +SUBDIR+=openssl +.endif .include <bsd.subdir.mk> |
