# $OpenBSD: Makefile,v 1.4 2007/08/01 21:26:23 miod Exp $ MAN+= arm_sync_icache.2 arm_drain_writebuf.2 MANSUBDIR=armish zaurus .if ${MACHINE} == "armish" || ${MACHINE} == "zaurus" NOPIC= SRCS+= arm_sync_icache.c arm_drain_writebuf.c .include .else NOPROG= .include .endif