aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/Makefile.inc
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-13 03:50:58 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-13 03:50:58 +0000
commitf47e280f0ac14f5d9f18b94dba40f8a40aeab268 (patch)
treefdb81c62f9b44b6579a2bddad996822fa4de81f9 /lib/libc/stdtime/Makefile.inc
parentc84ccaa06ba14e4742b7860ba5630155d49101ec (diff)
Notes
Diffstat (limited to 'lib/libc/stdtime/Makefile.inc')
-rw-r--r--lib/libc/stdtime/Makefile.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libc/stdtime/Makefile.inc b/lib/libc/stdtime/Makefile.inc
new file mode 100644
index 000000000000..a47379e5e218
--- /dev/null
+++ b/lib/libc/stdtime/Makefile.inc
@@ -0,0 +1,9 @@
+# $Id$
+
+SRCS+= stdtime/asctime.c stdtime/localtime.c stdtime/strftime.c \
+ stdtime/difftime.c
+MAN5+= tzfile.5
+
+CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DSTD_INSPIRED -DPCTS
+CFLAGS+= -DHAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\"
+