aboutsummaryrefslogtreecommitdiff
path: root/share/zoneinfo/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2015-08-22 07:41:28 +0000
committerXin LI <delphij@FreeBSD.org>2015-08-22 07:41:28 +0000
commit1bb0c0bd8dfe33bb2d8a544a9afe9a59f846ebaf (patch)
treeac653707f46c36ac439e3550fc5e9ba0c740a631 /share/zoneinfo/Makefile
parentdd53226c13721b32790d9d841bea1f4d2e353b4c (diff)
Notes
Diffstat (limited to 'share/zoneinfo/Makefile')
-rw-r--r--share/zoneinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 95c61e5d0b3c..ebb26c7c7ad1 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -34,7 +34,7 @@ CONTRIBDIR= ${.CURDIR}/../../contrib/tzdata/
.PATH: ${CONTRIBDIR}
.if defined(LEAPSECONDS)
-LEAPFILE= -L leapseconds
+LEAPFILE= -L ${CONTRIBDIR}leapseconds
.else
LEAPFILE=
.endif