Home | History | Annotate | Line # | Download | only in sys
Makefile revision 1.11
      1 #	$NetBSD: Makefile,v 1.11 2001/05/08 02:15:39 sommerfeld Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SUBDIR= kern fs uvm
      6 .if exists(arch/${MACHINE}/Makefile)
      7 SUBDIR+= arch/${MACHINE}
      8 .endif
      9 .if exists(arch/${MACHINE_ARCH}/Makefile)
     10 SUBDIR+= arch/${MACHINE_ARCH}
     11 .endif
     12 .if ${MKCRYPTO} != "no"
     13 SUBDIR+=	crypto
     14 .endif
     15 
     16 SUBDIR := ${SUBDIR:O:u}
     17 
     18 .include <bsd.subdir.mk>
     19