diff options
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile index 41c348d..bd3f439 100644 --- a/share/Makefile +++ b/share/Makefile @@ -25,7 +25,7 @@ SUBDIR= ${_colldef} \ tabset \ termcap \ ${_timedef} \ - zoneinfo + ${_zoneinfo} .if ${MK_LOCALES} != "no" _colldef = colldef @@ -68,4 +68,8 @@ _sendmail= sendmail _doc= doc .endif +.if ${MK_ZONEINFO} != "no" +_zoneinfo= zoneinfo +.endif + .include <bsd.subdir.mk> |