diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-09 13:02:09 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-09 13:02:09 +0000 |
commit | 28788ce717aedb74d19232d7eb550dd0558538c1 (patch) | |
tree | c7cdbadb88a7d927951884c19c7d07de3306be17 /math/blas/files | |
parent | ae10124d1691d028338b661b8ec513485a23be54 (diff) | |
download | ports-28788ce717aedb74d19232d7eb550dd0558538c1.tar.gz ports-28788ce717aedb74d19232d7eb550dd0558538c1.zip |
Cleanup preivous commit. We now use a gzipped shar file and checksum.
Submitted by: Pedro F. Gifunni <giffunip@asme.org>
Notes
Notes:
svn path=/head/; revision=9643
Diffstat (limited to 'math/blas/files')
-rw-r--r-- | math/blas/files/makefile.lib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/blas/files/makefile.lib b/math/blas/files/makefile.lib index 44f31bd351e5..e52bc1a4c883 100644 --- a/math/blas/files/makefile.lib +++ b/math/blas/files/makefile.lib @@ -30,6 +30,7 @@ SRCS = caxpy.f ccopy.f cdotc.f cdotu.f cgbmv.f cgemm.f cgemv.f \ zhpr.f zhpr2.f zrotg.f zscal.f zswap.f zsymm.f zsyr2k.f \ zsyrk.f ztbmv.f ztbsv.f ztpmv.f ztpsv.f ztrmm.f ztrmv.f \ ztrsm.f ztrsv.f + CLEANFILES+= *.c .include <bsd.lib.mk> |