Makefile.inc revision 1.8
1# $NetBSD: Makefile.inc,v 1.8 2002/09/18 06:19:27 lukem Exp $ 2 3.if (${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m68000") 4NOLINT= # defined 5SRCS= m68k_sync_icache.S 6.endif 7 8MAN+= m68k_sync_icache.2 9