1999-06-19 04:53:31 +04:00
|
|
|
# $NetBSD: Makefile,v 1.9 1999/06/19 00:53:31 thorpej Exp $
|
1993-12-21 07:09:28 +03:00
|
|
|
|
1999-06-19 04:53:31 +04:00
|
|
|
SUBDIR= kern fs uvm
|
1994-02-09 10:51:44 +03:00
|
|
|
.if exists(arch/${MACHINE})
|
1997-10-02 15:06:30 +04:00
|
|
|
SUBDIR+= arch/${MACHINE}
|
1997-10-01 03:15:41 +04:00
|
|
|
.endif
|
|
|
|
.if exists(arch/${MACHINE_ARCH})
|
1997-10-02 15:06:30 +04:00
|
|
|
SUBDIR+= arch/${MACHINE_ARCH}
|
1994-02-09 10:51:44 +03:00
|
|
|
.endif
|
1993-12-21 07:09:28 +03:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|