1 # $NetBSD: Makefile,v 1.9 1999/06/19 00:53:31 thorpej Exp $ 2 3 SUBDIR= kern fs uvm 4 .if exists(arch/${MACHINE}) 5 SUBDIR+= arch/${MACHINE} 6 .endif 7 .if exists(arch/${MACHINE_ARCH}) 8 SUBDIR+= arch/${MACHINE_ARCH} 9 .endif 10 11 .include <bsd.subdir.mk> 12
Indexes created Thu Oct 23 22:10:10 GMT 2025