2001-10-13 01:05:08 +04:00
|
|
|
# $NetBSD: Makefile,v 1.43 2001/10/12 21:05:08 nathanw Exp $
|
1996-09-30 03:29:16 +04:00
|
|
|
|
2000-12-15 04:30:36 +03:00
|
|
|
SUBDIR= adosfs altq arch compat dev filecorefs isofs miscfs msdosfs net \
|
2001-08-03 22:28:09 +04:00
|
|
|
netatalk netccitt netinet netinet6 netisdn netiso netkey netnatm \
|
|
|
|
netns nfs ntfs sys ufs uvm
|
1993-07-04 18:02:53 +04:00
|
|
|
|
1999-11-08 03:16:40 +03:00
|
|
|
.if (${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mipsel")
|
1999-03-03 15:00:18 +03:00
|
|
|
|
1997-03-17 11:27:54 +03:00
|
|
|
SUBDIR+= lkm
|
1999-03-10 09:47:57 +03:00
|
|
|
|
1996-10-21 03:03:07 +04:00
|
|
|
.endif
|
|
|
|
|
2001-09-22 00:53:36 +04:00
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
|
|
includes-lkm:
|
2001-10-13 01:05:08 +04:00
|
|
|
@true
|
2001-09-22 00:53:36 +04:00
|
|
|
|
1998-06-13 03:22:30 +04:00
|
|
|
.include <bsd.kinc.mk>
|