blob: a98ef55c5c7ec550bc939c095465b8a9b4af6088 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $
# XXX until our binutils is upgraded
.if (${MACHINE_ARCH} != "powerpc")
PROG= ranlib
SRCS= ar.c is-ranlib.c
.endif
MAN= ranlib.1
.include <bsd.prog.mk>
|