diff options
author | ache <ache@FreeBSD.org> | 1995-09-29 19:47:51 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-29 19:47:51 +0000 |
commit | 3f114f05deb5465811cb6e91a88f82fab23a312d (patch) | |
tree | eec3973dc34057fb3cccd28c3cc9ddc727163543 /libexec/Makefile | |
parent | 0c2fa63795a9bd89c929fa5597d7d9f2934511cc (diff) | |
download | FreeBSD-src-3f114f05deb5465811cb6e91a88f82fab23a312d.zip FreeBSD-src-3f114f05deb5465811cb6e91a88f82fab23a312d.tar.gz |
Build secure telnetd if available and allowed
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index ffebb8b..5364abd 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -6,6 +6,8 @@ SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \ .if !exists(../secure) || defined(NOSECURE) SUBDIR+=telnetd +.else +SUBDIR+= ../secure/libexec/telnetd .endif # Present but disabled: kpasswdd |