diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2013-03-24 01:35:37 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2013-03-24 01:35:37 +0000 |
| commit | 7e4de3c22888f51ab1e8e48ec7acd44d272c2aac (patch) | |
| tree | 1bfaff692ece3a59ea939fe9eb07943c29fb8be8 /lib/libc/stdtime | |
| parent | b837332d0a4090781a3d7b01a092e164dd2a24ca (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime')
| -rw-r--r-- | lib/libc/stdtime/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/stdtime/Makefile.inc b/lib/libc/stdtime/Makefile.inc index 0cc038afcdf5..477049f4640b 100644 --- a/lib/libc/stdtime/Makefile.inc +++ b/lib/libc/stdtime/Makefile.inc @@ -11,6 +11,9 @@ SYM_MAPS+= ${.CURDIR}/stdtime/Symbol.map CFLAGS+= -I${.CURDIR}/../../contrib/tzcode/stdtime -I${.CURDIR}/stdtime +CFLAGS.localtime.c= -fwrapv +CFLAGS+= ${CFLAGS.${.IMPSRC:T}} + MAN+= ctime.3 strftime.3 strptime.3 time2posix.3 MAN+= tzfile.5 |
