diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-11-12 17:32:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-11-12 17:32:48 +0000 |
| commit | 194981866c26e3f87e6cab1192e212bf56772092 (patch) | |
| tree | 8809c13c54c839906a606fc36bec2ec66954c9df /libexec | |
| parent | bb604866e61e03a852a3bb0a74716b3da7991ce1 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index a8b2785ff5a3..d00cfc2c0097 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -9,7 +9,6 @@ SUBDIR= atrun \ ftpd \ getNAME \ getty \ - lukemftpd \ makekey \ mknetid \ pppoed \ @@ -56,4 +55,8 @@ SUBDIR+=rtld-elf SUBDIR+=telnetd .endif +.if defined(WANT_LUKEMFTPD) +SUBDIR+=lukemftpd +.endif + .include <bsd.subdir.mk> |
