NetBSD/regress/sys/Makefile

19 lines
354 B
Makefile
Raw Normal View History

# $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
SUBDIR= kern fs uvm
.if exists(arch/${MACHINE}/Makefile)
SUBDIR+= arch/${MACHINE}
.endif
.if exists(arch/${MACHINE_ARCH}/Makefile)
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
SUBDIR := ${SUBDIR:O:u}
1993-12-21 07:09:28 +03:00
.include <bsd.subdir.mk>