summaryrefslogtreecommitdiff
path: root/math/librandlib/files/Makefile.lib
blob: 8e5483bf9dbabed908fcb7471bbfb525ff6f6662 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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>