summaryrefslogtreecommitdiffstats
path: root/lib/libarch/arm/Makefile
blob: 9424cd2fbb6a472601410e07aebf2e36484f5352 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.7 2016/08/10 14:27:16 deraadt Exp $

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

.if ${MACHINE_ARCH} == "arm"
NOPIC=
SRCS+=	arm_sync_icache.c arm_drain_writebuf.c
.include <bsd.lib.mk>
.else
NOPROG=
.include <bsd.prog.mk>
.endif