summaryrefslogtreecommitdiff
path: root/math/randlib/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-04-23 06:58:03 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-04-23 06:58:03 +0000
commitaad38b55a354ee361b33d17a26f7fc3fe011be73 (patch)
tree28f92f78985b34a460ca0bc93c17edca0aca642b /math/randlib/files
parentUpgrade to 2.3 (diff)
Use the C version, not Fortran. There are no functional differences.
Notes
Notes: svn path=/head/; revision=6273
Diffstat (limited to 'math/randlib/files')
-rw-r--r--math/randlib/files/Makefile.lib8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib
index d0e41db77e0c..1ca67d34d175 100644
--- a/math/randlib/files/Makefile.lib
+++ b/math/randlib/files/Makefile.lib
@@ -6,12 +6,6 @@ SHLIB_MAJOR= 1
SHLIB_MINOR= 0
LIB= ranlib
-SRCS = advnst.f genbet.f genchi.f genexp.f genf.f gengam.f genmn.f \
- genmul.f gennch.f gennf.f gennor.f genprm.f genunf.f getcgn.f \
- getsd.f ignbin.f ignlgi.f ignnbn.f ignpoi.f ignuin.f initgn.f \
- inrgcm.f lennob.f mltmod.f phrtsd.f qrgnin.f ranf.f setall.f \
- setant.f setgmn.f setsd.f sexpo.f sgamma.f snorm.f
-
-CLEANFILES+= ${SRC:.f=.c}
+SRCS = com.c ranlib.c
.include <bsd.lib.mk>