summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2011-10-16 13:22:06 +0000
committerstsp <stsp@openbsd.org>2011-10-16 13:22:06 +0000
commit0b5b2ca2599de3b47c2f8a08c1b8f3cb76d39f0b (patch)
tree8447775b2f173e8327cc43c0f782695308d0c068 /lib/libc
parentAdd wscanf(3) and friends. Based on our scanf(3) implementation, with wide (diff)
downloadwireguard-openbsd-0b5b2ca2599de3b47c2f8a08c1b8f3cb76d39f0b.tar.xz
wireguard-openbsd-0b5b2ca2599de3b47c2f8a08c1b8f3cb76d39f0b.zip
Hook wcsftime(3) to the build; committing on behalf of espie
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/time/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/time/Makefile.inc b/lib/libc/time/Makefile.inc
index 23824f49dd3..c1cc4c5b2f7 100644
--- a/lib/libc/time/Makefile.inc
+++ b/lib/libc/time/Makefile.inc
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile.inc,v 1.8 2000/08/22 16:19:50 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.9 2011/10/16 13:22:06 stsp Exp $
.PATH: ${LIBCSRCDIR}/time
-SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c
-MAN+= ctime.3 strftime.3 time2posix.3 tzfile.5 tzset.3 strptime.3
+SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c wcsftime.c
+MAN+= ctime.3 strftime.3 time2posix.3 tzfile.5 tzset.3 strptime.3 wcsftime.3
MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \