xref: /openbsd/lib/libarch/arm/Makefile (revision 01d1f1b7)
1#	$OpenBSD: Makefile,v 1.4 2007/08/01 21:26:23 miod Exp $
2
3MAN+=	arm_sync_icache.2 arm_drain_writebuf.2
4MANSUBDIR=armish zaurus
5
6.if ${MACHINE} == "armish" || ${MACHINE} == "zaurus"
7NOPIC=
8SRCS+=	arm_sync_icache.c arm_drain_writebuf.c
9.include <bsd.lib.mk>
10.else
11NOPROG=
12.include <bsd.prog.mk>
13.endif
14