diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-09-09 00:39:47 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-09-09 00:39:47 +0000 |
| commit | 6703731d6e6a14771b76002087f4d84d8f66e82a (patch) | |
| tree | 5f297ec6378479069c021a8e5989797467ea8863 /libexec/Makefile | |
| parent | d9052fccdf6533dcd6723739e44cd3bad5cc480b (diff) | |
Notes
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 5 |
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 |
