blob: 4e5aef34fc31acb6477f9d6fe0f9c76c3c904da4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.82 2014/01/10 16:35:11 christos Exp $
SUBDIR+= citrus divrem
.include <bsd.own.mk>
.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
.endif
.include <bsd.subdir.mk>
|