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

12 lines
152 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
.include <bsd.lib.mk>