diff options
author | des <des@FreeBSD.org> | 2003-04-23 17:26:01 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-04-23 17:26:01 +0000 |
commit | 97c8ef8dd1d7307b37ba7dbbddbe77f4ecebf77b (patch) | |
tree | b2b412744c6fd501f79ec93f97889bb5080c0d85 /secure | |
parent | ea5dc58e567ce32df3ba2306ed43063a6dcf3ff2 (diff) | |
download | FreeBSD-src-97c8ef8dd1d7307b37ba7dbbddbe77f4ecebf77b.zip FreeBSD-src-97c8ef8dd1d7307b37ba7dbbddbe77f4ecebf77b.tar.gz |
Remove Kerberos IV shims.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/Makefile | 2 | ||||
-rw-r--r-- | secure/libexec/Makefile | 2 | ||||
-rw-r--r-- | secure/usr.bin/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 5ca823c..cda3705 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SUBDIR= libcipher -.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5) +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5) SUBDIR+=libtelnet .endif .if !defined(NO_OPENSSL) diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile index dba0331..050058e 100644 --- a/secure/libexec/Makefile +++ b/secure/libexec/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5) && !defined(NO_OPENSSL) +.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS5) && !defined(NO_OPENSSL) SUBDIR= telnetd .endif .if !defined(NO_OPENSSL) && !defined(NO_OPENSSH) diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index 42b8aa2..1c9a833 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SUBDIR= bdes -.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5) +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5) SUBDIR+=telnet .endif .if !defined(NO_OPENSSL) |