blob: 472aa3a26156322cc166682ce1e98277149714e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.83 2020/06/27 11:06:43 mlelstv Exp $
SUBDIR+= divrem
.include <bsd.own.mk>
.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
.endif
.include <bsd.subdir.mk>
|