1# $NetBSD: Makefile.inc,v 1.1 2002/03/30 06:24:34 thorpej Exp $
2
3.include <bsd.own.mk>
4
5LIBC_MACHINE_CPU?=	${MACHINE_CPU}
6
7.if (${LIBC_MACHINE_CPU} == "arm")
8SRCS+=	arm_sync_icache.c arm_drain_writebuf.c
9.endif
10
11MAN+=	arm_sync_icache.2 arm_drain_writebuf.2
12