NetBSD/gnu/usr.bin/sim/Makefile

11 lines
221 B
Makefile
Raw Normal View History

# $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
2002-01-22 17:02:08 +00:00
SUBDIR+= ppc
.endif
.include <bsd.subdir.mk>