7f59122d03
variable TRUE defined in our makefile system. This prevents "make includes" from breaking with older bsd.subdir.mk, and is more consistent with the uses of "true" in the rest of the tree.
18 lines
435 B
Makefile
18 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.43 2001/10/12 21:05:08 nathanw Exp $
|
|
|
|
SUBDIR= adosfs altq arch compat dev filecorefs isofs miscfs msdosfs net \
|
|
netatalk netccitt netinet netinet6 netisdn netiso netkey netnatm \
|
|
netns nfs ntfs sys ufs uvm
|
|
|
|
.if (${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mipsel")
|
|
|
|
SUBDIR+= lkm
|
|
|
|
.endif
|
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
includes-lkm:
|
|
@true
|
|
|
|
.include <bsd.kinc.mk>
|