Home
last modified time | relevance | path

Searched refs:TZDIR (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/share/zoneinfo/
DMakefile3 TZDIR?= ${DESTDIR}/usr/share/zoneinfo macro
12 ZICFLAGS= -y ${YIT} -d ${TZDIR} -p Europe/Berlin
17 chmod -R u+w ${TZDIR}
18 cd ${TZDIR} && \
20 ln -sf Berlin ${TZDIR}/Europe/Bonn
22 chown -R ${BINOWN}:${BINGRP} ${TZDIR}
23 find ${TZDIR} -type f -print0 | xargs -0r chmod ${NONBINMODE}
24 chmod -R a-w ${TZDIR}
/mirbsd/src/lib/libc/time/
Dtzfile.h36 #ifndef TZDIR
37 #define TZDIR "/usr/share/zoneinfo" /* Time zone object file directory */ macro
Dlocaltime.c297 if ((p = TZDIR) == NULL)
Dzic.c557 directory = TZDIR;
/mirbsd/src/include/
Dtzfile.h45 #define TZDIR "/usr/share/zoneinfo" macro
/mirbsd/src/etc/
DMakefile4 TZDIR= /usr/share/zoneinfo macro
101 ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime