diff options
author | grehan <grehan@FreeBSD.org> | 2005-12-29 04:10:52 +0000 |
---|---|---|
committer | grehan <grehan@FreeBSD.org> | 2005-12-29 04:10:52 +0000 |
commit | ac8a981b11f884b4272cab6c910b43f2311b106f (patch) | |
tree | 82aa94e2cf905751b27352fa0e7be9249620d66e /lib | |
parent | 2153c7c91d017d3f750c354770ced719596f3786 (diff) | |
download | FreeBSD-src-ac8a981b11f884b4272cab6c910b43f2311b106f.zip FreeBSD-src-ac8a981b11f884b4272cab6c910b43f2311b106f.tar.gz |
gmon now supported on powerpc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 8f8084e..aea5031 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -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" |