diff options
author | des <des@FreeBSD.org> | 2003-05-19 15:52:01 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-05-19 15:52:01 +0000 |
commit | e5d2d778eb86b85f35d40aef94a1f354ae0a5ef2 (patch) | |
tree | 9be45a94055cfc0506641b2e8790903643f53b99 /libexec | |
parent | 9926b9490a4913a931ead2024b8b8fcc4b71a3c0 (diff) | |
download | FreeBSD-src-e5d2d778eb86b85f35d40aef94a1f354ae0a5ef2.zip FreeBSD-src-e5d2d778eb86b85f35d40aef94a1f354ae0a5ef2.tar.gz |
Retire the useless NOSECURE knob.
Approved by: re (scottl)
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 29b87de..66a4a01 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -43,8 +43,7 @@ SUBDIR+=mail.local smrsh .if defined(RELEASEDIR) || \ (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \ - defined(NOCRYPT) || defined(NO_OPENSSL) || \ - (defined(NOSECURE) && defined(NO_KERBEROS)) + defined(NOCRYPT) || defined(NO_OPENSSL) || defined(NO_KERBEROS) # make release needs both SUBDIR+=telnetd .endif |