blob: 994fe78ace7a0490c5395673b2d19f34e0142237 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.5 2001/08/06 19:12:05 tv Exp $
PROG= ranlib
.include <bsd.own.mk>
.if defined(USE_NEW_TOOLCHAIN)
.include "${.CURDIR}/../common/Makefile.prog"
.else
SRCS= ar.c is-ranlib.c
MAN= ranlib.1
.include <bsd.prog.mk>
.endif
|