1999-05-17 20:41:48 +04:00
|
|
|
# $NetBSD: Makefile,v 1.35 1999/05/17 16:41:48 kleink Exp $
|
1996-09-30 03:29:16 +04:00
|
|
|
|
1998-10-03 00:20:29 +04:00
|
|
|
SUBDIR= adosfs arch compat dev filecorefs isofs miscfs msdosfs net \
|
1999-05-17 20:41:48 +04:00
|
|
|
netatalk netccitt netinet netiso netnatm netns nfs ntfs sys ufs uvm vm
|
1993-07-04 18:02:53 +04:00
|
|
|
|
1999-03-10 11:56:16 +03:00
|
|
|
.if (${MACHINE_ARCH} != "powerpc" && \
|
|
|
|
${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
|
|
|
|
|
1998-06-13 03:22:30 +04:00
|
|
|
.include <bsd.kinc.mk>
|