diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-29 19:47:51 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-29 19:47:51 +0000 |
| commit | 12e35e512e2f57bd100e666beac9be3b983046ed (patch) | |
| tree | eec3973dc34057fb3cccd28c3cc9ddc727163543 /libexec/Makefile | |
| parent | 153193f39262bff448307d2a0d1fb49dce1c52fb (diff) | |
Notes
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 ffebb8bb6233..5364abdf0db5 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 |
