diff options
author | fcambus <fcambus@pkgsrc.org> | 2019-08-16 19:32:51 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2019-08-16 19:32:51 +0000 |
commit | 3100d27e6e549d8538865948fe53e0fe9bf5c36b (patch) | |
tree | f7cd3070faef423794ec4ba3840a4cf22cdfca02 /converters/Makefile | |
parent | e1af248910820890bcbd58e0860cfdfabf0977c0 (diff) | |
download | pkgsrc-3100d27e6e549d8538865948fe53e0fe9bf5c36b.tar.gz |
Add bdf2psf.
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index b92367ec644..39eeb8fd04e 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.168 2018/08/13 15:53:49 nia Exp $ +# $NetBSD: Makefile,v 1.169 2019/08/16 19:32:51 fcambus Exp $ # COMMENT= Document format and character code converters @@ -10,6 +10,7 @@ SUBDIR+= ack SUBDIR+= autoconvert SUBDIR+= base64 SUBDIR+= bbcim +SUBDIR+= bdf2psf SUBDIR+= bib2xml SUBDIR+= bibtex2html SUBDIR+= cbmconvert |