# $NetBSD: Makefile,v 1.5 2015/03/07 15:13:04 christos Exp $ # $FreeBSD: src/sys/modules/dtrace/Makefile,v 1.6.2.1 2009/08/03 08:13:06 kensmith Exp $ .include SUBDIR= dtrace sdt fbt profile syscall SUBDIR+= linux_syscall .if ${MACHINE_ARCH} == "x86_64" SUBDIR+= netbsd32_syscall #SUBDIR+= linux32_syscall .endif .include