diff options
| author | christos <christos@NetBSD.org> | 2010-12-16 22:18:37 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2010-12-16 22:18:37 +0000 |
| commit | f1c1d82227ec40337de0d30f02cd10147efd476a (patch) | |
| tree | c111fe2a055773ef72e00affe66e6d82b87d66df /lib | |
| parent | 43e9f5669c800b9e28f761c1340fb11bf29b224e (diff) | |
it is getname not time.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/time/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/time/Makefile.inc b/lib/libc/time/Makefile.inc index 048d2c80369..31899a94dfd 100644 --- a/lib/libc/time/Makefile.inc +++ b/lib/libc/time/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.15 2010/12/16 21:53:56 christos Exp $ +# $NetBSD: Makefile.inc,v 1.16 2010/12/16 22:18:37 christos Exp $ .PATH: ${.CURDIR}/time @@ -22,7 +22,7 @@ MLINKS+=ctime.3 ctime_r.3 \ ctime.3 mktime_z.3 \ ctime.3 tzalloc.3 \ ctime.3 tzfree.3 \ - ctime.3 tzgettime.3 \ + ctime.3 tzgetname.3 \ getdate.3 getdate_err.3 \ offtime.3 offtime_r.3 \ offtime.3 timeoff.3 \ |
