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