enable tprof modules.
This commit is contained in:
parent
324183902f
commit
625056c471
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.28 2009/03/05 01:29:32 yamt Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2009/03/10 14:56:30 yamt Exp $
|
||||
|
||||
# For all platforms
|
||||
|
||||
@ -46,6 +46,7 @@ SUBDIR+= udf
|
||||
SUBDIR+= umap
|
||||
SUBDIR+= union
|
||||
SUBDIR+= vnd
|
||||
SUBDIR+= tprof
|
||||
.if (defined(NOTYET))
|
||||
SUBDIR+= unionfs
|
||||
.endif
|
||||
@ -61,6 +62,11 @@ SUBDIR+= exec_elf32
|
||||
SUBDIR+= exec_elf64
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386" || \
|
||||
${MACHINE_ARCH} == "x86_64"
|
||||
SUBDIR+= tprof_pmi
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "x86_64"
|
||||
SUBDIR+= azalia
|
||||
SUBDIR+= compat_linux
|
||||
|
Loading…
Reference in New Issue
Block a user