bf3e29891c
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>.
9 lines
164 B
Makefile
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
|