1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Fix build when LEAPSECONDS is enabled.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2015-08-22 07:41:28 +00:00
parent dd53226c13
commit 1bb0c0bd8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287021

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