diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-25 01:24:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-25 01:24:47 +0000 |
commit | 405dd2c62ff2b56e4ed175eab2a1ef1eb3d96ec0 (patch) | |
tree | 7aba2183a380fce1a90c80f7f1a05162a3d4e44d | |
parent | 21b71c58c2b15733b7a823d6a46214e525ec64a6 (diff) | |
download | ports-405dd2c62ff2b56e4ed175eab2a1ef1eb3d96ec0.tar.gz ports-405dd2c62ff2b56e4ed175eab2a1ef1eb3d96ec0.zip |
Notes
-rw-r--r-- | cad/Makefile | 3 | ||||
-rw-r--r-- | print/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/cad/Makefile b/cad/Makefile index 97f1610eac70..61ab4e3888a5 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.4 1995/08/25 10:06:06 asami Exp $ +# $Id: Makefile,v 1.5 1996/05/23 08:29:27 tg Exp $ # SUBDIR += acs SUBDIR += chipmunk SUBDIR += irsim SUBDIR += magic + SUBDIR += mars SUBDIR += pcb SUBDIR += spice diff --git a/print/Makefile b/print/Makefile index 807e4dff3aa2..87c9fa7c71f8 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.33 1996/11/08 23:04:11 obrien Exp $ +# $Id: Makefile,v 1.34 1996/11/20 08:11:51 tg Exp $ # SUBDIR += a2ps @@ -17,6 +17,7 @@ SUBDIR += latex SUBDIR += latex209 SUBDIR += lout + SUBDIR += lprps SUBDIR += lyx SUBDIR += makeindex SUBDIR += mltex |