diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-08-22 08:03:01 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-08-22 08:03:01 +0000 |
| commit | 2b46c64c9c1bf1cb194e0f2b7c478f61a0e10cd9 (patch) | |
| tree | 08203fa78d69de58704db3947da0c5c461233445 /lib/libc/Makefile | |
| parent | a18003357c614019a078f1721808877f13c9d04e (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 90dc8807f339..27411135ddb0 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -41,8 +41,7 @@ NOASM= .include "${.CURDIR}/net/Makefile.inc" .include "${.CURDIR}/nls/Makefile.inc" .include "${.CURDIR}/posix1e/Makefile.inc" -.if ${MACHINE_ARCH} != "alpha" && \ - ${MACHINE_ARCH} != "amd64" && \ +.if ${MACHINE_ARCH} != "amd64" && \ ${MACHINE_ARCH} != "ia64" && \ ${MACHINE_ARCH} != "sparc64" .include "${.CURDIR}/quad/Makefile.inc" |
