diff options
author | edwin <edwin@FreeBSD.org> | 2010-02-26 06:44:00 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2010-02-26 06:44:00 +0000 |
commit | 055b8f69dc6fd8686f311f894d70d88649a763c2 (patch) | |
tree | 2bc216a52f282b1fe188ce64b6bd0a79eb595447 /usr.sbin/zic | |
parent | 211de15124f8281de87f267c6cc01cd4b891dc30 (diff) | |
download | FreeBSD-src-055b8f69dc6fd8686f311f894d70d88649a763c2.zip FreeBSD-src-055b8f69dc6fd8686f311f894d70d88649a763c2.tar.gz |
Split the contributed code from libc/stdtime from lib/libc/stdtime
to contrib/tzcode/stdtime.
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r-- | usr.sbin/zic/zdump/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/zic/zic/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/zic/zdump/Makefile b/usr.sbin/zic/zdump/Makefile index 1665ccc..d654dee 100644 --- a/usr.sbin/zic/zdump/Makefile +++ b/usr.sbin/zic/zdump/Makefile @@ -8,7 +8,7 @@ SRCS= zdump.c ialloc.c scheck.c CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS CFLAGS+= -DHAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\" -Demkdir=mkdir -CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../../../lib/libc/stdtime +CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../../../contrib/tzcode/stdtime WARNS?= 2 diff --git a/usr.sbin/zic/zic/Makefile b/usr.sbin/zic/zic/Makefile index 73ad9b9..f473da5 100644 --- a/usr.sbin/zic/zic/Makefile +++ b/usr.sbin/zic/zic/Makefile @@ -9,7 +9,7 @@ SRCS= zic.c ialloc.c scheck.c CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS CFLAGS+= -DHAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\" -Demkdir=mkdir CFLAGS+= -DHAVE_STRERROR -DHAVE_UNISTD_H -CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../../../lib/libc/stdtime +CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../../../contrib/tzcode/stdtime WARNS?= 2 |