blob: 21d0ef4654452df06b49668b96fbcff5f1ef1eb9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $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>
|