4974175669
sources before we can do that.
12 lines
219 B
Makefile
12 lines
219 B
Makefile
# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $
|
|
|
|
# XXX until our binutils is upgraded
|
|
.if (${MACHINE_ARCH} != "powerpc")
|
|
PROG= objdump
|
|
SRCS= objdump.c prdbg.c
|
|
.endif
|
|
|
|
MAN= objdump.1
|
|
|
|
.include <bsd.prog.mk>
|