Makefile revision 1.5
1# $NetBSD: Makefile,v 1.5 2015/03/07 15:13:04 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 profile syscall 7SUBDIR+= linux_syscall 8 9.if ${MACHINE_ARCH} == "x86_64" 10SUBDIR+= netbsd32_syscall 11#SUBDIR+= linux32_syscall 12.endif 13 14.include <bsd.subdir.mk> 15