mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
152 B
Makefile
12 lines
152 B
Makefile
# 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>
|