diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /math/randlib/files/Makefile.lib | |
parent | c7651500a041b224f401ba85fc192aac6ad83c1c (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Notes
Notes:
svn path=/head/; revision=214069
svn path=/tags/RELEASE_5_EOL/; revision=214070; tag=5-eol
Diffstat (limited to 'math/randlib/files/Makefile.lib')
-rw-r--r-- | math/randlib/files/Makefile.lib | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib deleted file mode 100644 index 8e5483bf9dba..000000000000 --- a/math/randlib/files/Makefile.lib +++ /dev/null @@ -1,17 +0,0 @@ -# bmake'd makefile for ranlib sources - -LIBDIR = $(PREFIX)/lib - -SHLIB_MAJOR= 1 -SHLIB_MINOR= 0 -LIB= ranlib - -.PATH: ${.CURDIR}/../linpack - -SRCS= linpack.c com.c ranlib.c - -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.h \ - ${PREFIX}/include - -.include <bsd.lib.mk> |