diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-11-12 17:31:12 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-11-12 17:31:12 +0000 |
| commit | a6f8d995f3f232c444200fd6e441927c4ba22185 (patch) | |
| tree | d99a7bb52ef2bfd679c76bb617908f4733479863 /libexec/Makefile | |
| parent | d6ec58858cb6aa8d2ed7b79df44f508f1ff85d2f (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 75c768bd9b343..6b438a145abc4 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -9,7 +9,6 @@ SUBDIR= atrun \ ftpd \ getNAME \ getty \ - lukemftpd \ makekey \ mknetid \ pppoed \ @@ -47,4 +46,8 @@ SUBDIR+=mail.local smrsh SUBDIR+=telnetd .endif +.if defined(WANT_LUKEMFTPD) +SUBDIR+=lukemftpd +.endif + .include <bsd.subdir.mk> |
