summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdtime/Makefile.inc')
-rw-r--r--lib/libc/stdtime/Makefile.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/libc/stdtime/Makefile.inc b/lib/libc/stdtime/Makefile.inc
new file mode 100644
index 0000000..39daaa6
--- /dev/null
+++ b/lib/libc/stdtime/Makefile.inc
@@ -0,0 +1,15 @@
+# Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../libc/stdtime
+
+SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c
+
+.if ${LIB} == "c"
+MAN3+= ctime.3 strftime.3 strptime.3 time2posix.3
+MAN5+= tzfile.5
+
+MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
+ ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3
+MLINKS+=time2posix.3 posix2time.3
+.endif
OpenPOWER on IntegriCloud