Makefile revision 1.29
1# $NetBSD: Makefile,v 1.29 1998/06/12 23:22:30 cgd Exp $ 2 3SUBDIR= adosfs arch dev isofs miscfs msdosfs net netatalk netccitt netinet \ 4 netiso netnatm netns nfs sys ufs uvm vm 5 6.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && \ 7 ${MACHINE_ARCH} != "powerpc") 8SUBDIR+= lkm 9.endif 10 11.include <bsd.kinc.mk> 12