2001-05-08 06:15:39 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 2001/05/08 02:15:39 sommerfeld Exp $
|
2000-11-01 18:34:28 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1993-12-21 07:09:28 +03:00
|
|
|
|
1999-06-19 04:53:31 +04:00
|
|
|
SUBDIR= kern fs uvm
|
2001-05-08 06:15:39 +04:00
|
|
|
.if exists(arch/${MACHINE}/Makefile)
|
1997-10-02 15:06:30 +04:00
|
|
|
SUBDIR+= arch/${MACHINE}
|
1997-10-01 03:15:41 +04:00
|
|
|
.endif
|
2001-05-08 06:15:39 +04:00
|
|
|
.if exists(arch/${MACHINE_ARCH}/Makefile)
|
1997-10-02 15:06:30 +04:00
|
|
|
SUBDIR+= arch/${MACHINE_ARCH}
|
1994-02-09 10:51:44 +03:00
|
|
|
.endif
|
2000-11-01 18:34:28 +03:00
|
|
|
.if ${MKCRYPTO} != "no"
|
|
|
|
SUBDIR+= crypto
|
|
|
|
.endif
|
1993-12-21 07:09:28 +03:00
|
|
|
|
2001-05-08 06:15:39 +04:00
|
|
|
SUBDIR := ${SUBDIR:O:u}
|
|
|
|
|
1993-12-21 07:09:28 +03:00
|
|
|
.include <bsd.subdir.mk>
|