Makefile revision 1.7
11.7Sjmcneill# $NetBSD: Makefile,v 1.7 2019/12/03 22:10:56 jmcneill Exp $ 21.1Sdarran# $FreeBSD: src/sys/modules/dtrace/Makefile,v 1.6.2.1 2009/08/03 08:13:06 kensmith Exp $ 31.1Sdarran 41.1Sdarran.include <bsd.own.mk> 51.1Sdarran 61.6SchristosSUBDIR= dtrace sdt fbt lockstat profile syscall 71.7Sjmcneill 81.7Sjmcneill.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" 91.5SchristosSUBDIR+= linux_syscall 101.7Sjmcneill.endif 111.5Schristos 121.5Schristos.if ${MACHINE_ARCH} == "x86_64" 131.5SchristosSUBDIR+= netbsd32_syscall 141.6SchristosSUBDIR+= linux32_syscall 151.5Schristos.endif 161.1Sdarran 171.1Sdarran.include <bsd.subdir.mk> 18