Fix truncl.3 MLINKS

This commit is contained in:
Andrey A. Chernov 2005-04-17 19:57:52 +00:00
parent 5450e56ba4
commit db7354df52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145208

View file

@ -153,6 +153,6 @@ MLINKS+=sinh.3 sinhf.3
MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
MLINKS+=tan.3 tanf.3
MLINKS+=tanh.3 tanhf.3
MLINKS+=trunc.3 truncf.3 truncl.3
MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
.include <bsd.lib.mk>