mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
da3dfc2ae7
PR: 5445
16 lines
258 B
Makefile
16 lines
258 B
Makefile
# bmake'd makefile for ranlib sources
|
|
|
|
LIBDIR = $(PREFIX)/lib
|
|
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_MINOR= 0
|
|
LIB= ranlib
|
|
|
|
SRCS = com.c ranlib.c
|
|
|
|
beforeinstall:
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.h \
|
|
${PREFIX}/include
|
|
|
|
.include <bsd.lib.mk>
|