xref: /netbsd-src/regress/lib/libc/Makefile (revision 8e33eff89e26cf71871ead62f0d5063e1313c33a)
1#	$NetBSD: Makefile,v 1.83 2020/06/27 11:06:43 mlelstv Exp $
2
3SUBDIR+= divrem
4
5.include <bsd.own.mk>
6
7.if exists(arch/${MACHINE_ARCH})
8SUBDIR+= arch/${MACHINE_ARCH}
9.endif
10
11.include <bsd.subdir.mk>
12