11 lines
204 B
Makefile
11 lines
204 B
Makefile
# $NetBSD: Makefile,v 1.2 1997/10/05 23:48:40 mark Exp $
|
|
|
|
.PATH: ${LIBC}/arm32
|
|
|
|
SRCS+= arm32_sync_icache.c arm32_drain_writebuf.c
|
|
|
|
MAN+= arm32_sync_icache.2 arm32_drain_writebuf.2
|
|
|
|
.include <bsd.lib.mk>
|
|
|