blob: fa6157e65c6c7d41343b9a5057a3a36cdfd8fa75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.6 2018/05/31 09:09:32 mrg Exp $
.include <bsd.own.mk>
.if ${MKX11FONTS} != "no"
SUBDIR= encodings .WAIT \
font-alias font-util \
100dpi 75dpi Type1 TTF misc
.endif
.include <bsd.subdir.mk>
|