mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
ftpd needs telnet.h so install it regardless
This commit is contained in:
parent
f5f7c05209
commit
ddafe92543
1 changed files with 1 additions and 2 deletions
|
|
@ -3,9 +3,8 @@
|
|||
.include <bsd.own.mk>
|
||||
|
||||
INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
|
||||
.if ${MK_TELNET} == "no"
|
||||
INCS+= telnet.h
|
||||
.endif
|
||||
|
||||
INCSDIR=${INCLUDEDIR}/arpa
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue