skip this subdir for "make includes".

it's excessively slow and does nothing (nor should it.)
This commit is contained in:
mrg 2024-03-09 06:53:48 +00:00
parent 3f5e8f7d32
commit cec94d4f24
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.281 2023/12/26 16:20:01 pgoyette Exp $
# $NetBSD: Makefile,v 1.282 2024/03/09 06:53:48 mrg Exp $
.include <bsd.own.mk>
.if !make(includes)
# For all platforms
# Modules for compatibility with earlier versions of NetBSD
@ -509,4 +510,6 @@ SUBDIR+= vioscsi
SUBDIR+= examples # build these regularly to avoid bit-rot
.endif
.include <bsd.subdir.mk>