opts: FREEBSD_UPDATE no longer relies on PORTSNAP

phttpget is no longer tied to the portsnap build as of r365490.

MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D26255
This commit is contained in:
Kyle Evans 2020-09-09 00:40:54 +00:00
parent 6703731d6e
commit d3980671b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365491

View File

@ -462,11 +462,6 @@ MK_AUTHPF:= no
MK_OFED_EXTRA:= no
.endif
.if ${MK_PORTSNAP} == "no"
# freebsd-update depends on phttpget from portsnap
MK_FREEBSD_UPDATE:= no
.endif
.if ${MK_TESTS} == "no"
MK_DTRACE_TESTS:= no
.endif