diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 12:39:00 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 12:39:00 +0800 |
commit | 00235a2dd9180abb1117be24d9e5869f09bbea8a (patch) | |
tree | 21cc03f5919abaada522bb6e67b36d8eb89823d1 /devel | |
parent | baf00c90b0ff860e2ca98ff8a90ae868938be116 (diff) | |
download | freebsd-ports-gnome-00235a2dd9180abb1117be24d9e5869f09bbea8a.tar.gz freebsd-ports-gnome-00235a2dd9180abb1117be24d9e5869f09bbea8a.tar.zst freebsd-ports-gnome-00235a2dd9180abb1117be24d9e5869f09bbea8a.zip |
Activating the g-wrap port and the RTEMS ports.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3551152c8cee..3f1cb1a10209 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -64,6 +64,7 @@ SUBDIR += fpp SUBDIR += freelibiberty SUBDIR += ftnchek + SUBDIR += g-wrap SUBDIR += gaa SUBDIR += gcc-6811 SUBDIR += gcc-m68k @@ -81,6 +82,16 @@ SUBDIR += gnustep SUBDIR += gperf SUBDIR += gtksheet + SUBDIR += i386-rtems-binutils + SUBDIR += i386-rtems-chill + SUBDIR += i386-rtems-g77 + SUBDIR += i386-rtems-gcc + SUBDIR += i386-rtems-gcj + SUBDIR += i386-rtems-gdb + SUBDIR += i386-rtems-objc + SUBDIR += i960-rtems-binutils + SUBDIR += i960-rtems-gcc + SUBDIR += i960-rtems-gdb SUBDIR += id-utils SUBDIR += idle SUBDIR += ilu @@ -126,6 +137,13 @@ SUBDIR += linuxthreads SUBDIR += lwp SUBDIR += m4 + SUBDIR += m68k-rtems-binutils + SUBDIR += m68k-rtems-chill + SUBDIR += m68k-rtems-g77 + SUBDIR += m68k-rtems-gcc + SUBDIR += m68k-rtems-gcj + SUBDIR += m68k-rtems-gdb + SUBDIR += m68k-rtems-objc SUBDIR += makedepend SUBDIR += mico SUBDIR += mime @@ -133,6 +151,13 @@ SUBDIR += mingw-bin-msvcrt SUBDIR += mingw-binutils SUBDIR += mingw-gcc + SUBDIR += mips64orion-rtems-binutils + SUBDIR += mips64orion-rtems-chill + SUBDIR += mips64orion-rtems-g77 + SUBDIR += mips64orion-rtems-gcc + SUBDIR += mips64orion-rtems-gcj + SUBDIR += mips64orion-rtems-gdb + SUBDIR += mips64orion-rtems-objc SUBDIR += mkcmd SUBDIR += mkmf SUBDIR += mm @@ -205,6 +230,13 @@ SUBDIR += popt SUBDIR += portcheckout SUBDIR += portlint + SUBDIR += powerpc-rtems-binutils + SUBDIR += powerpc-rtems-chill + SUBDIR += powerpc-rtems-g77 + SUBDIR += powerpc-rtems-gcc + SUBDIR += powerpc-rtems-gcj + SUBDIR += powerpc-rtems-gdb + SUBDIR += powerpc-rtems-objc SUBDIR += prcs SUBDIR += pth SUBDIR += pth-devel @@ -227,8 +259,22 @@ SUBDIR += sdl SUBDIR += sdl-devel SUBDIR += sfio + SUBDIR += sh-rtems-binutils + SUBDIR += sh-rtems-chill + SUBDIR += sh-rtems-g77 + SUBDIR += sh-rtems-gcc + SUBDIR += sh-rtems-gcj + SUBDIR += sh-rtems-gdb + SUBDIR += sh-rtems-objc SUBDIR += shtool SUBDIR += sip + SUBDIR += sparc-rtems-binutils + SUBDIR += sparc-rtems-chill + SUBDIR += sparc-rtems-g77 + SUBDIR += sparc-rtems-gcc + SUBDIR += sparc-rtems-gcj + SUBDIR += sparc-rtems-gdb + SUBDIR += sparc-rtems-objc SUBDIR += stlport SUBDIR += str SUBDIR += swarm |