#	$OpenBSD: Makefile,v 1.3 2006/06/06 00:01:49 drahn Exp $

MAN+=	arm_sync_icache.2 arm_drain_writebuf.2
MANSUBDIR=armish cats zaurus

.if ${MACHINE} == "armish" || ${MACHINE} == "cats" || ${MACHINE} == "zaurus"
NOPIC=
SRCS+=	arm_sync_icache.c arm_drain_writebuf.c
.include <bsd.lib.mk>
.else
NOPROG=
.include <bsd.prog.mk>
.endif
