Home | History | Annotate | Line # | Download | only in sys
Makefile revision 1.10
      1  1.10   itojun #	$NetBSD: Makefile,v 1.10 2000/11/01 15:34:28 itojun Exp $
      2  1.10   itojun 
      3  1.10   itojun .include <bsd.own.mk>
      4   1.1   brezak 
      5   1.9  thorpej SUBDIR= kern fs uvm
      6   1.3      cgd .if exists(arch/${MACHINE})
      7   1.7    veego SUBDIR+= arch/${MACHINE}
      8   1.6       is .endif
      9   1.6       is .if exists(arch/${MACHINE_ARCH})
     10   1.7    veego SUBDIR+= arch/${MACHINE_ARCH}
     11  1.10   itojun .endif
     12  1.10   itojun .if ${MKCRYPTO} != "no"
     13  1.10   itojun SUBDIR+=	crypto
     14   1.3      cgd .endif
     15   1.1   brezak 
     16   1.1   brezak .include <bsd.subdir.mk>
     17