mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 05:00:14 -04:00
9 lines
176 B
Makefile
9 lines
176 B
Makefile
# $NetBSD: Makefile.inc,v 1.10 2014/03/18 18:20:37 riastradh Exp $
|
|
|
|
.if ${MACHINE_CPU} == "m68k"
|
|
NOLINT= # defined
|
|
SRCS= m68k_sync_icache.S
|
|
.endif
|
|
|
|
MAN+= m68k_sync_icache.2
|