Makefile revision 1.10
1# $NetBSD: Makefile,v 1.10 2000/11/01 15:34:28 itojun Exp $ 2 3.include <bsd.own.mk> 4 5SUBDIR= kern fs uvm 6.if exists(arch/${MACHINE}) 7SUBDIR+= arch/${MACHINE} 8.endif 9.if exists(arch/${MACHINE_ARCH}) 10SUBDIR+= arch/${MACHINE_ARCH} 11.endif 12.if ${MKCRYPTO} != "no" 13SUBDIR+= crypto 14.endif 15 16.include <bsd.subdir.mk> 17