2002-09-18 10:17:38 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.8 2002/09/18 06:19:27 lukem 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
|
|
|
NOLINT= # defined
|
2002-09-18 10:17:38 +04:00
|
|
|
SRCS= m68k_sync_icache.S
|
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
|