9 lines
205 B
Makefile
9 lines
205 B
Makefile
# $NetBSD: Makefile.inc,v 1.8 2002/09/18 06:19:27 lukem Exp $
|
|
|
|
.if (${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m68000")
|
|
NOLINT= # defined
|
|
SRCS= m68k_sync_icache.S
|
|
.endif
|
|
|
|
MAN+= m68k_sync_icache.2
|