diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-02-13 09:20:16 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-02-13 09:20:16 +0000 |
| commit | 2ec6fd6a09cd2f5c649d0eb58fe89eb950491239 (patch) | |
| tree | 3adbc5629121fb314d46741002e5fd0550e6edc0 /libexec/Makefile | |
| parent | eb5bc2e76531173fc61215ecdc046ae13d37572d (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index a4f4b3c027cb..902e646b379b 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -7,6 +7,10 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \ .if !exists(../secure) || defined(NOSECURE) SUBDIR+=telnetd .else +.if defined(RELEASEDIR) +# make release needs both +SUBDIR+=telnetd +.endif SUBDIR+= ../secure/libexec/telnetd .endif |
