NetBSD/lib/libarch/Makefile
is b0f697496e Provide a minimal instruction/data cache synchronization C binding.
(The function has always been in the kernels as special trap #12).
In response to PR 4951 by Hauke Fath.
1999-02-09 22:32:33 +00:00

8 lines
142 B
Makefile

# $NetBSD: Makefile,v 1.9 1999/02/09 22:32:33 is Exp $
.if exists(${MACHINE_ARCH})
SUBDIR+= ${MACHINE_ARCH}
.endif
.include <bsd.subdir.mk>