NetBSD/lib/libarch/m68k/Makefile.inc
simonb bf3e29891c Include all arch-dependant Makefile.inc's. In each arch-dependent
Makefile.inc, always add the man pages for that directory, and only
specify a SRCS= line (at whatever else is needed for that arch) inside
a ${MACHINE_ARCH} .ifdef.  The top-level Makefile includes <bsd.lib.mk>
only if SRCS is defined, and otherwise just includes <bsd.man.mk>.
1999-06-10 00:49:51 +00:00

9 lines
164 B
Makefile

# $NetBSD: Makefile.inc,v 1.5 1999/06/10 00:49:52 simonb Exp $
.if (${MACHINE_ARCH} == "m68k")
SRCS= m68k_sync_icache.S
MKLINT=no
.endif
MAN+= m68k_sync_icache.2