1# $NetBSD: Makefile,v 1.6 2015/03/08 17:11:57 christos Exp $ 2# $FreeBSD: src/sys/modules/dtrace/Makefile,v 1.6.2.1 2009/08/03 08:13:06 kensmith Exp $ 3 4.include <bsd.own.mk> 5 6SUBDIR= dtrace sdt fbt lockstat profile syscall 7SUBDIR+= linux_syscall 8 9.if ${MACHINE_ARCH} == "x86_64" 10SUBDIR+= netbsd32_syscall 11SUBDIR+= linux32_syscall 12.endif 13 14.include <bsd.subdir.mk> 15