NetBSD/gnu/usr.bin/sim/Makefile

11 lines
221 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/09/17 23:18:31 thorpej Exp $
.include <bsd.own.mk>
# PSIM support for PowerPC.
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle
SUBDIR+= ppc
.endif
.include <bsd.subdir.mk>