# $NetBSD: Makefile,v 1.5 2001/08/06 19:12:05 tv Exp $ PROG= ranlib .include .if defined(USE_NEW_TOOLCHAIN) .include "${.CURDIR}/../common/Makefile.prog" .else SRCS= ar.c is-ranlib.c MAN= ranlib.1 .include .endif