diff options
| author | Brian Feldman <green@FreeBSD.org> | 2000-01-15 18:02:10 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2000-01-15 18:02:10 +0000 |
| commit | d82f495687f85109060a381017cd413da8e8743c (patch) | |
| tree | 27dcf621748562587b4bae459b5e3cfe41efbad5 /secure | |
| parent | 3c2c970655b10bb7eb0661442a0b8f4a6bb9bfa5 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/Makefile | 2 | ||||
| -rw-r--r-- | secure/usr.bin/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 4190e3825184..6f61ed554063 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= libcipher libcrypto libdes libssl +SUBDIR= libcipher libdes .if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) SUBDIR+=libtelnet .endif diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index c991a9911750..f711c0a389cd 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= bdes openssl +SUBDIR= bdes .if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) SUBDIR+=telnet .endif |
