[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / zoneinfo

Diff for /src/share/zoneinfo/Makefile between version 1.17 and 1.18

version 1.17, 2023/11/17 21:54:20 version 1.18, 2023/11/18 07:18:07
Line 124 
Line 124 
         (cd ${.CURDIR}/datfiles; \          (cd ${.CURDIR}/datfiles; \
             ${ZIC} -d ${TZDIR}/posix -L /dev/null ${TDATA})              ${ZIC} -d ${TZDIR}/posix -L /dev/null ${TDATA})
         (cd ${.CURDIR}/datfiles; \          (cd ${.CURDIR}/datfiles; \
             ${ZIC} -d ${TZDIR}/right -L leapseconds ${TDATA})              ${ZIC} -d ${TZDIR}/right -L ${.OBJDIR}/leapseconds ${TDATA})
   
 posix_right: posix_only other_two  posix_right: posix_only other_two
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18