diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-19 00:07:44 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-19 00:07:44 +0000 |
commit | 51bd879831ad9b568a32bad5b4563eee426f586e (patch) | |
tree | 09a0f5c41fa3e5233b7e22c69fb58d6f982f3f4a /lib/libc/time/Makefile.inc | |
parent | e747c2b62dea9442f4e6794bc8da331056ce5610 (diff) |
use tzcode strftime(3) as it is kept up to date.
Diffstat (limited to 'lib/libc/time/Makefile.inc')
-rw-r--r-- | lib/libc/time/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/time/Makefile.inc b/lib/libc/time/Makefile.inc index f089b6fe04e..3a10d211a90 100644 --- a/lib/libc/time/Makefile.inc +++ b/lib/libc/time/Makefile.inc @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:34:45 tholo Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1998/01/19 00:07:37 millert Exp $ .PATH: ${.CURDIR}/time -SRCS+= asctime.c difftime.c localtime.c -MAN+= ctime.3 time2posix.3 tzfile.5 tzset.3 +SRCS+= asctime.c difftime.c localtime.c strftime.c +MAN+= ctime.3 strftime.3 time2posix.3 tzfile.5 tzset.3 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \ |