1# $OpenBSD: Makefile,v 1.27 2022/10/22 17:50:28 gkoehler Exp $ 2# $NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $ 3 4SUBDIR= altivec_ast copy crypto dev ddb ffs \ 5 fifofs fileops kern mfs_noperm \ 6 net netinet netinet6 nfs ptrace sys uvm 7.if exists(arch/${MACHINE}/Makefile) 8SUBDIR+= arch/${MACHINE} 9.endif 10.if exists(arch/${MACHINE_ARCH}/Makefile) && ${MACHINE} != ${MACHINE_ARCH} 11SUBDIR+= arch/${MACHINE_ARCH} 12.endif 13 14install: 15 16.include <bsd.subdir.mk> 17