diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-12-25 13:27:32 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-12-25 13:27:32 +0000 |
commit | 1bd464cd7c160d7167725267c4175a7eaf972ed4 (patch) | |
tree | fbd99eebaf6fc00c7161872243f1d72681da6302 | |
parent | c1a764d4ecfd50db600f79605204b5d49048bb12 (diff) | |
download | freebsd-ports-1bd464cd7c160d7167725267c4175a7eaf972ed4.zip |
Add afm to the subdir target.
-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> |