diff options
author | dfr <dfr@FreeBSD.org> | 1998-08-31 13:47:38 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1998-08-31 13:47:38 +0000 |
commit | c077a48b51a0809a3af6dfe3a6c2aaa41121485f (patch) | |
tree | e9a77e91b584f2c75cfada156341207062f80990 /gnu/lib/Makefile | |
parent | d3af000c014c0608cdefba1ac9ba388ac4656c82 (diff) | |
download | FreeBSD-src-c077a48b51a0809a3af6dfe3a6c2aaa41121485f.zip FreeBSD-src-c077a48b51a0809a3af6dfe3a6c2aaa41121485f.tar.gz |
All libs build on alpha now.
Diffstat (limited to 'gnu/lib/Makefile')
-rw-r--r-- | gnu/lib/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 61e31fe..5f3d88f 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,10 +1,6 @@ -# $Id: Makefile,v 1.16 1998/01/10 22:50:00 jb Exp $ +# $Id: Makefile,v 1.17 1998/02/19 07:30:06 jb Exp $ -SUBDIR= libdialog libg++ libgmp libmp - -.if ${MACHINE_ARCH} == "i386" -SUBDIR+= libstdc++ -.endif +SUBDIR= libdialog libg++ libgmp libmp libstdc++ SUBDIR+= libobjc libregex libreadline |