diff options
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/time/Makefile b/time/Makefile index f1685e2ce9..566f29682d 100644 --- a/time/Makefile +++ b/time/Makefile @@ -42,6 +42,8 @@ distribute := $(distribute) $(tzfiles) leapseconds pacificnew install-sbin := zic zdump +all: # Make this the default target; it will be defined in Rules. + include ../Makeconfig # Get objpfx defined so we can use it below. # zonenames uses this variable. |