Home | History | Annotate | Line # | Download | only in sys
Makefile revision 1.31
      1  1.31  drochner #	$NetBSD: Makefile,v 1.31 1998/10/02 20:20:29 drochner Exp $
      2   1.6       mrg 
      3  1.31  drochner SUBDIR=	adosfs arch compat dev filecorefs isofs miscfs msdosfs net \
      4  1.31  drochner 	netatalk netccitt netinet netiso netnatm netns nfs sys ufs uvm vm
      5  1.10       mrg 
      6  1.16     veego .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && \
      7  1.15   thorpej      ${MACHINE_ARCH} != "powerpc")
      8  1.13     veego SUBDIR+= lkm
      9  1.10       mrg .endif
     10   1.1       cgd 
     11  1.29       cgd .include <bsd.kinc.mk>
     12