mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Enable lukemftpd for 6.0-RELEASE.
This commit is contained in:
parent
336b3f1e51
commit
e2c421f7f2
1 changed files with 1 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue