Fix build when LEAPSECONDS is enabled.

MFC after:	2 weeks
This commit is contained in:
delphij 2015-08-22 07:41:28 +00:00
parent 9b4dc0109e
commit 47e7b3851f

View File

@ -34,7 +34,7 @@ CONTRIBDIR= ${.CURDIR}/../../contrib/tzdata/
.PATH: ${CONTRIBDIR}
.if defined(LEAPSECONDS)
LEAPFILE= -L leapseconds
LEAPFILE= -L ${CONTRIBDIR}leapseconds
.else
LEAPFILE=
.endif