aboutsummaryrefslogtreecommitdiffstats
path: root/math/librandlib/files
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-04-23 14:58:03 +0800
committertg <tg@FreeBSD.org>1997-04-23 14:58:03 +0800
commit4f51bfcb2c09cefdf036faf645b2e142985b2ca9 (patch)
treedcff628f11a2f5bb32a52454b2b6dbfc8c30046a /math/librandlib/files
parent8a994cd3524efab9b7a3b933aee73fd4d1105c20 (diff)
downloadfreebsd-ports-graphics-4f51bfcb2c09cefdf036faf645b2e142985b2ca9.tar.gz
freebsd-ports-graphics-4f51bfcb2c09cefdf036faf645b2e142985b2ca9.tar.zst
freebsd-ports-graphics-4f51bfcb2c09cefdf036faf645b2e142985b2ca9.zip
Use the C version, not Fortran. There are no functional differences.
Diffstat (limited to 'math/librandlib/files')
-rw-r--r--math/librandlib/files/Makefile.lib8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/librandlib/files/Makefile.lib b/math/librandlib/files/Makefile.lib
index d0e41db77e0..1ca67d34d17 100644
--- a/math/librandlib/files/Makefile.lib
+++ b/math/librandlib/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>