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