diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2005-05-16 17:12:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-05-16 17:12:23 +0000 |
| commit | e2c421f7f2964ba00bafc6affd75f3f7b7f11f14 (patch) | |
| tree | 62ed423cd9d87c529bc3518d3bcd4d282258469f /libexec/Makefile | |
| parent | 336b3f1e511903326caa1275bd86c3294ca67419 (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 4b248177c135..0d320d7d5288 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -8,7 +8,7 @@ SUBDIR= atrun \ ftpd \ ${_ftp-proxy} \ getty \ - ${_lukemftpd} \ + lukemftpd \ ${_mail.local} \ makekey \ ${_mknetid} \ @@ -57,8 +57,4 @@ _mail.local= mail.local _smrsh= smrsh .endif -.if defined(WANT_LUKEMFTPD) -_lukemftpd= lukemftpd -.endif - .include <bsd.subdir.mk> |
