diff options
| author | joerg <joerg@NetBSD.org> | 2011-03-18 00:57:19 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2011-03-18 00:57:19 +0000 |
| commit | f0c12e6ccecb6744c451cd10f520e6425eacd446 (patch) | |
| tree | f08b3ae8fc47dc467e0f10ea3c9690eda322f94c /lib/libm/complex | |
| parent | f952a2844f3578441020a639ec11f5e6f842c962 (diff) | |
Add missing MLINKS. From Stathis Kamperis.
Diffstat (limited to 'lib/libm/complex')
| -rw-r--r-- | lib/libm/complex/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libm/complex/Makefile.inc b/lib/libm/complex/Makefile.inc index 5b305ffac60..f68fa8d2d62 100644 --- a/lib/libm/complex/Makefile.inc +++ b/lib/libm/complex/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.3 2010/09/15 16:11:29 christos Exp $ +# $NetBSD: Makefile.inc,v 1.4 2011/03/18 00:57:22 joerg Exp $ .PATH: ${.CURDIR}/complex @@ -22,7 +22,8 @@ MLINKS+= carg.3 cargf.3 casin.3 casinf.3 casinh.3 casinhf.3 MLINKS+= catan.3 catanf.3 catanh.3 catanhf.3 ccos.3 ccosf.3 MLINKS+= ccosh.3 ccoshf.3 cexp.3 cexpf.3 MLINKS+= cimag.3 cimagf.3 cimag.3 cimagl.3 -MLINKS+= clog.3 clogf.3 conj.3 conjf.3 cpow.3 cpowf.3 +MLINKS+= clog.3 clogf.3 conj.3 conjf.3 conj.3 conjl.3 cpow.3 cpowf.3 +MLINKS+= cproj.3 cprojf.3 cproj.3 cprojl.3 MLINKS+= creal.3 crealf.3 creal.3 creall.3 MLINKS+= csin.3 csinf.3 csinh.3 csinhf.3 MLINKS+= csqrt.3 csqrtf.3 ctan.3 ctanf.3 ctanh.3 ctanhf.3 |
