Makefile revision 1.6
11.6Schristos# $NetBSD: Makefile,v 1.6 2015/03/08 17:11:57 christos 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.5SchristosSUBDIR+= linux_syscall 81.5Schristos 91.5Schristos.if ${MACHINE_ARCH} == "x86_64" 101.5SchristosSUBDIR+= netbsd32_syscall 111.6SchristosSUBDIR+= linux32_syscall 121.5Schristos.endif 131.1Sdarran 141.1Sdarran.include <bsd.subdir.mk> 15