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 /print | |
parent | The Maryland Routing Simulator (MaRS) is a discrete-event simulator (diff) |
Turn on mars and lprps
Notes
Notes:
svn path=/head/; revision=4654
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |