diff options
author | jb <jb@FreeBSD.org> | 1998-01-10 22:51:51 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-01-10 22:51:51 +0000 |
commit | 2275a9f91007b3a59007e3eeb5606200bb1699e1 (patch) | |
tree | 4678a7969b121c1606a33ac6855d855f2169b379 | |
parent | 35c19115cd26ea6becbefddeedbda371cfc410c5 (diff) | |
download | FreeBSD-src-2275a9f91007b3a59007e3eeb5606200bb1699e1.zip FreeBSD-src-2275a9f91007b3a59007e3eeb5606200bb1699e1.tar.gz |
We can now build libm on Alpha. There is very little MD alpha code.
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index 1b9a67a..a116a88 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -43,14 +43,11 @@ SUBDIR+= libcrypt SUBDIR+= libtelnet .endif -# Don't want to build libm on alpha just yet -.if ${MACHINE} != "alpha" .if defined(WANT_CSRG_LIBM) SUBDIR+= libm .else SUBDIR+= msun .endif -.endif SUBDIR+= compat |