summaryrefslogtreecommitdiff
path: root/src/pkg/math/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/Makefile')
-rw-r--r--src/pkg/math/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/math/Makefile b/src/pkg/math/Makefile
index f22808429..0e89df7e7 100644
--- a/src/pkg/math/Makefile
+++ b/src/pkg/math/Makefile
@@ -18,6 +18,7 @@ OFILES_386=\
fmod_386.$O\
hypot_386.$O\
log_386.$O\
+ modf_386.$O\
sin_386.$O\
sqrt_386.$O\
tan_386.$O\
@@ -44,6 +45,7 @@ ALLGOFILES=\
hypot.go\
log.go\
log1p.go\
+ modf.go\
pow.go\
pow10.go\
sin.go\