ftpd needs telnet.h so install it regardless

This commit is contained in:
Simon J. Gerraty 2013-02-16 01:32:03 +00:00
parent f5f7c05209
commit ddafe92543
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=246869

View file

@ -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>