Makefile revision 1.5
11.5Schristos# $NetBSD: Makefile,v 1.5 2015/03/07 15:13:04 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.5SchristosSUBDIR= dtrace sdt fbt profile syscall 71.5SchristosSUBDIR+= linux_syscall 81.5Schristos 91.5Schristos.if ${MACHINE_ARCH} == "x86_64" 101.5SchristosSUBDIR+= netbsd32_syscall 111.5Schristos#SUBDIR+= linux32_syscall 121.5Schristos.endif 131.1Sdarran 141.1Sdarran.include <bsd.subdir.mk> 15