repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libarch
/
arm
/
Makefile.inc
blob
6b621cfe191e2dd8af5d9d99871cbd364cc6e370
1
# $NetBSD$
2
3
.include <bsd.own.mk>
4
5
.if (${MACHINE_CPU} == "arm")
6
SRCS+= arm_sync_icache.c arm_drain_writebuf.c
7
.endif
8
9
MAN+= arm_sync_icache.2 arm_drain_writebuf.2