aboutsummaryrefslogtreecommitdiffstats
path: root/math/libranlib/files/Makefile.lib
blob: 1c5eb105cb9776388854278e14c9ab861cc19bc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# bmake'd makefile for ranlib sources

LIBDIR =    $(PREFIX)/lib

SHLIB_MAJOR=    1
SHLIB_MINOR=    0
LIB=        ranlib

SRCS =  ../linpack/linpack.c com.c ranlib.c

beforeinstall:
    ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.h \
        ${PREFIX}/include

.include <bsd.lib.mk>