Copied from Makefile,v

This commit is contained in:
simonb 1999-06-09 05:43:10 +00:00
parent e2b181b130
commit 16173e8a0d
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# $NetBSD: Makefile.inc,v 1.3 1999/06/09 05:43:10 simonb 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>

View File

@ -0,0 +1,7 @@
# $NetBSD: Makefile.inc,v 1.4 1999/06/09 05:43:48 simonb Exp $
SRCS= m68k_sync_icache.S
MAN= m68k_sync_icache.2
MKLINT=no
.include <bsd.lib.mk>