Skip the "includes" phase of src/sys/lkm.
This commit is contained in:
parent
6abadb2b98
commit
3552c05893
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.41 2001/08/03 18:28:09 matt Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2001/09/21 20:53:36 tv Exp $
|
||||
|
||||
SUBDIR= adosfs altq arch compat dev filecorefs isofs miscfs msdosfs net \
|
||||
netatalk netccitt netinet netinet6 netisdn netiso netkey netnatm \
|
||||
@ -10,4 +10,8 @@ SUBDIR+= lkm
|
||||
|
||||
.endif
|
||||
|
||||
# Speedup stubs for some subtrees that don't need to run these rules
|
||||
includes-lkm:
|
||||
@${TRUE}
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user