No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / usr.bin / gdb6 / sim / Makefile
blobbd2255b34fed0fff769573f9cc76c0f4578d2bda
1 # $NetBSD: Makefile,v 1.2 2006/07/10 23:06:51 ross Exp $
3 .include <bsd.own.mk>
5 # PSIM support for PowerPC.
6 .if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
7 ${MACHINE_ARCH} == powerpc64
8 SUBDIR+= ppc .WAIT psim
9 .endif
11 .include <bsd.subdir.mk>