xref: /netbsd/lib/libarch/m68k/Makefile.inc (revision bf9ec67e)
1# $NetBSD: Makefile.inc,v 1.7 2002/03/26 22:48:04 fredette Exp $
2
3.if (${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m68000")
4SRCS=		m68k_sync_icache.S
5NOLINT=		# defined
6.endif
7
8MAN+=		m68k_sync_icache.2
9