Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/ofl add rcsid, make font conditional on MKX11.
details: https://anonhg.NetBSD.org/src/rev/a450dd93316f
branches: trunk
changeset: 978209:a450dd93316f
user: maya <maya%NetBSD.org@localhost>
date: Fri Nov 13 08:33:07 2020 +0000
description:
add rcsid, make font conditional on MKX11.
diffstat:
external/ofl/Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 4afc40dacdd1 -r a450dd93316f external/ofl/Makefile
--- a/external/ofl/Makefile Fri Nov 13 08:21:37 2020 +0000
+++ b/external/ofl/Makefile Fri Nov 13 08:33:07 2020 +0000
@@ -1,3 +1,7 @@
+# $NetBSD: Makefile,v 1.2 2020/11/13 08:33:07 maya Exp $
+
+.if ${MKX11} != "no"
SUBDIR+= font-liberation-ttf
+.endif
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index