diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-20 12:43:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-20 12:43:48 +0000 |
commit | 1eae301bab981ed5ddb804411d6f1b23d359bef6 (patch) | |
tree | 78d3311c0b967fb5e68d58ec0176e55f5a0b0e8c /fonts | |
parent | 47468eabffa7de95ea98fbd12662a9a6557b4782 (diff) | |
download | pkgsrc-1eae301bab981ed5ddb804411d6f1b23d359bef6.tar.gz |
Add and enable mkfont*.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index 7d0cdc96b43..7b1328d9d2c 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/04/09 13:18:07 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2002/05/20 12:43:48 wiz Exp $ # COMMENT= Fonts @@ -24,6 +24,8 @@ SUBDIR+= ko-kaist SUBDIR+= ko-mizi SUBDIR+= ko-x11fonts SUBDIR+= mglfonts +SUBDIR+= mkfontalias +SUBDIR+= mkfontscale SUBDIR+= mkttfdir SUBDIR+= monafonts SUBDIR+= mozilla-fonts |