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:
parent
dd53226c13
commit
1bb0c0bd8d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287021
@ -34,7 +34,7 @@ CONTRIBDIR= ${.CURDIR}/../../contrib/tzdata/
|
||||
.PATH: ${CONTRIBDIR}
|
||||
|
||||
.if defined(LEAPSECONDS)
|
||||
LEAPFILE= -L leapseconds
|
||||
LEAPFILE= -L ${CONTRIBDIR}leapseconds
|
||||
.else
|
||||
LEAPFILE=
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user