diff options
author | dd <dd@FreeBSD.org> | 2001-07-29 08:58:22 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-29 08:58:22 +0000 |
commit | a12e9377b2092a09630cc31908b4fedb790238a2 (patch) | |
tree | b4c753f36a759398ec323557f995117019efca84 /gnu | |
parent | 2aadb933013c79e6433612e84aeae7f3138631d1 (diff) | |
download | FreeBSD-src-a12e9377b2092a09630cc31908b4fedb790238a2.zip FreeBSD-src-a12e9377b2092a09630cc31908b4fedb790238a2.tar.gz |
Enable the new libmp in the build, and disable libgmp and its
henchmen.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 41f3236..cfd5060 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= csu libdialog libgcc libgmp libmp libregex libreadline +SUBDIR= csu libdialog libgcc libregex libreadline .if ${OBJFORMAT} == aout .if !defined(NOLIBC_R) |