aboutsummaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-09-09 00:39:47 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-09-09 00:39:47 +0000
commit6703731d6e6a14771b76002087f4d84d8f66e82a (patch)
tree5f297ec6378479069c021a8e5989797467ea8863 /libexec/Makefile
parentd9052fccdf6533dcd6723739e44cd3bad5cc480b (diff)
Notes
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 9c9ffd4ec1fc..1b41ae81565c 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -13,6 +13,7 @@ SUBDIR= ${_atf} \
${_mail.local} \
${_makewhatis.local} \
${_mknetid} \
+ ${_phttpget} \
${_pppoed} \
rc \
revnetgroup \
@@ -48,6 +49,10 @@ SUBDIR+= bootpd
SUBDIR+= fingerd
.endif
+.if ${MK_FREEBSD_UPDATE} != "no" || ${MK_PORTSNAP} != "no"
+_phttpget= phttpget
+.endif
+
.if ${MK_FTP} != "no"
SUBDIR+= ftpd
.endif