gmon now supported on powerpc

This commit is contained in:
Peter Grehan 2005-12-29 04:10:52 +00:00
parent 7d65909eed
commit ec9cc1fc12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153815

View file

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