freebsd-ports/math/randlib/files/Makefile.lib
Pav Lucistnik e97a1a38c7 - Update to 1.3
PR:		ports/145512
Submitted by:	ej-sib <echoes_x865@mail.goo.ne.jp>
2010-05-17 08:33:42 +00:00

15 lines
271 B
Text

# bmake'd makefile for ranlib sources
LIBDIR = $(PREFIX)/lib
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
LIB= randlib
SRCS= linpack.c com.c randlib.c
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/randlib.h \
${PREFIX}/include
.include <bsd.lib.mk>