diff options
Diffstat (limited to 'etc/rc.d/Makefile')
| -rw-r--r-- | etc/rc.d/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 153918dffc42..82775f99e0ae 100644 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -150,6 +150,7 @@ FILES= DAEMON \ tmp \ ${_ubthidhci} \ ugidfw \ + ${_unbound} \ ${_utx} \ var \ virecover \ @@ -184,6 +185,10 @@ _nscd= nscd _ubthidhci= ubthidhci .endif +.if ${MK_UNBOUND} != "no" +_unbound= local_unbound +.endif + .if ${MK_UTMPX} != "no" _utx= utx .endif |
