diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-08-22 16:19:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-08-22 16:19:51 +0000 |
commit | 92a92f99c3b349374f8efd7543aeee9f7a0f5b78 (patch) | |
tree | 5f488b465bb7ad18d066141f1a023bfe6845621e /lib/libc/time/Makefile.inc | |
parent | 12de65216dfe96c7faa0946d8fb1b859646e659a (diff) |
Add MLINKS for timelocal() and timegm(); pointed out by Theo.
Diffstat (limited to 'lib/libc/time/Makefile.inc')
-rw-r--r-- | lib/libc/time/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/time/Makefile.inc b/lib/libc/time/Makefile.inc index 8c2eadae149..23824f49dd3 100644 --- a/lib/libc/time/Makefile.inc +++ b/lib/libc/time/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.7 2000/03/23 22:22:01 d Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2000/08/22 16:19:50 millert Exp $ .PATH: ${LIBCSRCDIR}/time @@ -8,6 +8,7 @@ MAN+= ctime.3 strftime.3 time2posix.3 tzfile.5 tzset.3 strptime.3 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \ ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 asctime_r.3 \ - ctime.3 ctime_r.3 ctime.3 gmtime_r.3 ctime.3 localtime_r.3 + ctime.3 ctime_r.3 ctime.3 gmtime_r.3 ctime.3 localtime_r.3 \ + ctime.3 timelocal.3 ctime.3 timegm.3 MLINKS+=tzset.3 tzsetwall.3 MLINKS+=time2posix.3 posix2time.3 |