diff options
| author | christos <christos@NetBSD.org> | 2017-05-07 22:01:54 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2017-05-07 22:01:54 +0000 |
| commit | 81d3e44bb4d09ad7905c8138180ccfdfc0a99ebf (patch) | |
| tree | f7166be93490f46c086e774f4cbcd61843fad5b7 /lib/libm/complex | |
| parent | 56a8a4d81f32180dbc888560b2f24c4015e93d5a (diff) | |
Add the imprecise catrigl functions back.
Diffstat (limited to 'lib/libm/complex')
| -rw-r--r-- | lib/libm/complex/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libm/complex/Makefile.inc b/lib/libm/complex/Makefile.inc index ffc75765725..26278750d32 100644 --- a/lib/libm/complex/Makefile.inc +++ b/lib/libm/complex/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.9 2016/09/19 22:05:05 christos Exp $ +# $NetBSD: Makefile.inc,v 1.10 2017/05/07 22:01:54 christos Exp $ .PATH: ${.CURDIR}/complex @@ -17,6 +17,7 @@ MLINKS+= ${i:Ncatrig*:Ncephes_*:S/.c/.3/} ${i:Ncatrig*:Ncephes_*:S/.c/l.3/} .endfor .for i in ${CATRIG_SRCS} +SRCS+= ${i:S/.c/l.c/} MAN+= ${i:S/.c/.3/} MLINKS+= ${i:S/.c/.3/} ${i:S/.c/f.3/} MLINKS+= ${i:S/.c/.3/} ${i:S/.c/l.3/} |
