-# $OpenBSD: Makefile.bsd-wrapper,v 1.8 1996/11/30 23:13:41 niklas Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.9 1997/01/02 03:09:48 rahnds Exp $
MAN= binutils/ar.1 binutils/nlmconv.1 binutils/nm.1 \
binutils/objcopy.1 binutils/objdump.1 binutils/ranlib.1 \
.endif
SUBDIRS+= binutils ld gas
# GDB not ready yet
-.if (${MACHINE_ARCH} != "mips") && (${MACHINE_ARCH} != "alpha")
+.if (${MACHINE_ARCH} != "mips") && (${MACHINE_ARCH} != "alpha") \
+ && (${MACHINE_ARCH} != "powerpc")
SUBDIRS+= gdb
.endif