1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/math/randlib/files/Makefile.lib
Thomas Gellekum da3dfc2ae7 Install header file.
PR:		5445
1998-02-05 10:17:44 +00:00

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>