diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-18 00:26:21 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-18 00:26:21 +0000 |
| commit | 24e9c818fa6fe39e94c47b3536b5971d56ace066 (patch) | |
| tree | 217d6c5ab4ffee067d1212d52ffcc30e03706996 /libexec/Makefile | |
| parent | c15064c27ab4e272f9ff55f60776320f19be655a (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 ca88d9d6bced..a8ace185469f 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -10,6 +10,7 @@ SUBDIR= ${_atf} \ ${_dma} \ getty \ ${_mail.local} \ + ${_makewhatis.local} \ ${_mknetid} \ ${_pppoed} \ revnetgroup \ @@ -88,6 +89,10 @@ _mail.local= mail.local _smrsh= smrsh .endif +.if ${MK_MAN_UTILS} != "no" +_makewhatis.local= makewhatis.local +.endif + .if ${MK_TALK} != "no" SUBDIR+= talkd .endif |
