diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-28 16:07:53 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-28 16:07:53 +0000 |
commit | 6047b291cdde9e45164328df59481b09cc83fd4b (patch) | |
tree | 93112d830f5dd12d349ab5512f9ccfffc17290f1 /print | |
parent | 051eae260a698e0dd345524eaddd4c017b86c493 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/Makefile b/print/Makefile index dbafd67f26f9..2ced73402240 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.11 1995/03/30 22:53:58 ats Exp $ +# $Id: Makefile,v 1.12 1995/04/18 01:22:21 jmz Exp $ # SUBDIR= a2ps afm dvi2xx dvips dviselect ghostscript ghostview psutils \ - tex latex209 latex makeindex mltex texinfo transfig xdvi xtexshell + tex tkHTML latex209 latex makeindex mltex texinfo transfig xdvi \ + xtexshell .include <bsd.port.subdir.mk> |