10 lines
188 B
Makefile
10 lines
188 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/11/14 04:32:44 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKX11} != "no" && ${MKX11FONTS} != "no"
|
|
SUBDIR+= font-liberation-ttf
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|