skip this subdir for "make includes".
it's excessively slow and does nothing (nor should it.)
This commit is contained in:
parent
3f5e8f7d32
commit
cec94d4f24
|
@ -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>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
|
.if !make(includes)
|
||||||
# For all platforms
|
# For all platforms
|
||||||
|
|
||||||
# Modules for compatibility with earlier versions of NetBSD
|
# Modules for compatibility with earlier versions of NetBSD
|
||||||
|
@ -509,4 +510,6 @@ SUBDIR+= vioscsi
|
||||||
|
|
||||||
SUBDIR+= examples # build these regularly to avoid bit-rot
|
SUBDIR+= examples # build these regularly to avoid bit-rot
|
||||||
|
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
Loading…
Reference in New Issue