Cross Reference: Makefile
xref: /src/sys/modules/dtrace/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/modules/dtrace/
Makefile revision 1.10
11.10Schristos#	$NetBSD: Makefile,v 1.10 2021/04/25 23:41:23 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.7Sjmcneill
81.10Schristos.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_MIPS64}
91.9SsimonbSUBDIR+=	netbsd32_syscall
101.9Ssimonb.endif
111.9Ssimonb
121.9Ssimonb.if ${MACHINE_ARCH} != "aarch64" && ${MACHINE_CPU} != "mips"
131.5SchristosSUBDIR+=	linux_syscall
141.7Sjmcneill.endif
151.5Schristos
161.5Schristos.if ${MACHINE_ARCH} == "x86_64"
171.6SchristosSUBDIR+=	linux32_syscall
181.5Schristos.endif
191.1Sdarran
201.1Sdarran.include <bsd.subdir.mk>
21

Indexes created Mon Nov 10 17:20:41 GMT 2025