1998-06-13 03:22:30 +04:00
|
|
|
# $NetBSD: Makefile,v 1.29 1998/06/12 23:22:30 cgd Exp $
|
1996-09-30 03:29:16 +04:00
|
|
|
|
1998-06-13 03:22:30 +04:00
|
|
|
SUBDIR= adosfs arch dev isofs miscfs msdosfs net netatalk netccitt netinet \
|
|
|
|
netiso netnatm netns nfs sys ufs uvm vm
|
1993-07-04 18:02:53 +04:00
|
|
|
|
1997-04-19 13:26:09 +04:00
|
|
|
.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && \
|
1997-04-19 11:41:45 +04:00
|
|
|
${MACHINE_ARCH} != "powerpc")
|
1997-03-17 11:27:54 +03:00
|
|
|
SUBDIR+= lkm
|
1996-10-21 03:03:07 +04:00
|
|
|
.endif
|
|
|
|
|
1998-06-13 03:22:30 +04:00
|
|
|
.include <bsd.kinc.mk>
|