diff options
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | graphics/Makefile | 8 | ||||
-rw-r--r-- | x11/Makefile | 3 |
3 files changed, 11 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index 76a05b5d5eb7..2961af3b0def 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1996/07/11 17:36:25 ache Exp $ +# $Id: Makefile,v 1.24 1996/07/30 10:59:05 jkh Exp $ # SUBDIR += SWIG @@ -8,6 +8,7 @@ SUBDIR += cflow SUBDIR += dmake SUBDIR += flex + SUBDIR += gcc11 SUBDIR += gmake SUBDIR += gperf SUBDIR += libdlmalloc diff --git a/graphics/Makefile b/graphics/Makefile index 41c262c57ea3..5654ed4d9f79 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1996/04/12 08:28:52 asami Exp $ +# $Id: Makefile,v 1.22 1996/07/10 05:45:31 asami Exp $ # SUBDIR += ImageMagick @@ -10,12 +10,16 @@ SUBDIR += mpeg-lib SUBDIR += mpeg2codec SUBDIR += mpeg2play + SUBDIR += mpegedit + SUBDIR += mpeg_encode SUBDIR += mpeg_play + SUBDIR += mplex SUBDIR += netpbm SUBDIR += pixmap SUBDIR += png SUBDIR += povray SUBDIR += spigot + SUBDIR += splitmpg SUBDIR += tgif SUBDIR += tiff SUBDIR += vcg @@ -26,6 +30,8 @@ SUBDIR += xfractint SUBDIR += xgrasp SUBDIR += xli + SUBDIR += xmfract + SUBDIR += xmorph SUBDIR += xpaint SUBDIR += xpdf SUBDIR += xpm diff --git a/x11/Makefile b/x11/Makefile index 98fc4c4da1fa..870665a1175e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.89 1996/07/31 00:22:38 chuckr Exp $ +# $Id: Makefile,v 1.90 1996/07/31 22:09:19 chuckr Exp $ # SUBDIR += FWF @@ -35,6 +35,7 @@ SUBDIR += xdaliclock SUBDIR += xdtm SUBDIR += xearth + SUBDIR += xephem SUBDIR += xfed SUBDIR += xfm SUBDIR += xforms |