diff options
author | ats <ats@FreeBSD.org> | 1994-12-25 21:27:32 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-12-25 21:27:32 +0800 |
commit | 027c0fa3455c589606503bfc21285e17633b40a5 (patch) | |
tree | fb6a678009875e62249481509b132be5d83b9f68 /print | |
parent | 18bf8a036cc7c76a8ade6957b631d9d9e2584928 (diff) | |
download | freebsd-ports-gnome-027c0fa3455c589606503bfc21285e17633b40a5.tar.gz freebsd-ports-gnome-027c0fa3455c589606503bfc21285e17633b40a5.tar.zst freebsd-ports-gnome-027c0fa3455c589606503bfc21285e17633b40a5.zip |
Add afm to the subdir target.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/Makefile b/print/Makefile index e8801061c3d4..692ac5acf645 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.6 1994/11/06 02:15:02 jkh Exp $ +# $Id: Makefile,v 1.7 1994/11/23 14:53:03 jkh Exp $ # -SUBDIR= a2ps dvi2xx dvips dviselect ghostscript psutils tex latex latex209 \ - makeindex mltex texinfo transfig +SUBDIR= a2ps afm dvi2xx dvips dviselect ghostscript psutils tex latex \ + latex209 makeindex mltex texinfo transfig .include <bsd.port.subdir.mk> |