1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/libranlib/files/Makefile.lib

16 lines
258 B
Makefile
Raw Normal View History

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