b0f697496e
(The function has always been in the kernels as special trap #12). In response to PR 4951 by Hauke Fath.
8 lines
142 B
Makefile
8 lines
142 B
Makefile
# $NetBSD: Makefile,v 1.9 1999/02/09 22:32:33 is Exp $
|
|
|
|
.if exists(${MACHINE_ARCH})
|
|
SUBDIR+= ${MACHINE_ARCH}
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|