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