2002-03-27 01:48:04 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.7 2002/03/26 22:48:04 fredette Exp $
|
1999-06-09 09:43:10 +04:00
|
|
|
|
2002-03-27 01:48:04 +03:00
|
|
|
.if (${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m68000")
|
2001-12-12 03:51:00 +03:00
|
|
|
SRCS= m68k_sync_icache.S
|
|
|
|
NOLINT= # defined
|
1999-06-10 04:49:51 +04:00
|
|
|
.endif
|
1999-06-09 09:43:10 +04:00
|
|
|
|
2001-12-12 03:51:00 +03:00
|
|
|
MAN+= m68k_sync_icache.2
|