diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-16 07:23:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-16 07:23:50 +0000 |
commit | 86a893060b420b682d992e56de18817f70539ded (patch) | |
tree | 3e822f951e727f441815addbfddae6a522184bfd /print/Makefile | |
parent | f8e050261ed4799456c2266148f7bd084ce3932e (diff) |
Added mp.
Notes
Notes:
svn path=/head/; revision=3608
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 648fb623e0e1..a71245a232b9 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.29 1996/06/14 09:20:18 jkh Exp $ +# $Id: Makefile,v 1.30 1996/07/18 04:24:32 asami Exp $ # SUBDIR += a2ps @@ -17,6 +17,7 @@ SUBDIR += latex209 SUBDIR += makeindex SUBDIR += mltex + SUBDIR += mp SUBDIR += musixtex SUBDIR += pkfonts SUBDIR += psutils |