# $OpenBSD: Makefile,v 1.1 2005/02/03 17:12:41 drahn Exp $ #MAN+= arm_sync_icache.2 arm_drain_writebuf.2 #MANSUBDIR=zaurus cats .if ${MACHINE_ARCH} == "arm" NOPIC= SRCS+= arm_sync_icache.c arm_drain_writebuf.c .include .else NOPROG= .include .endif