PowerPC does not have profile support yet.

This commit is contained in:
David E. O'Brien 2002-05-15 20:07:31 +00:00
parent 7c713eb208
commit fa2259b9bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96686

View File

@ -20,7 +20,9 @@ NOASM=
.include "${.CURDIR}/../libc/db/Makefile.inc"
.include "${.CURDIR}/../libc/compat-43/Makefile.inc"
.include "${.CURDIR}/../libc/gen/Makefile.inc"
.if ${MACHINE_ARCH} != "powerpc"
.include "${.CURDIR}/../libc/gmon/Makefile.inc"
.endif
.include "${.CURDIR}/../libc/locale/Makefile.inc"
.include "${.CURDIR}/../libc/net/Makefile.inc"
.include "${.CURDIR}/../libc/nls/Makefile.inc"