Module Name: src
Committed By: maya
Date: Fri Nov 13 08:33:07 UTC 2020
Modified Files:
src/external/ofl: Makefile
Log Message:
add rcsid, make font conditional on MKX11.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/ofl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/ofl/Makefile
diff -u src/external/ofl/Makefile:1.1 src/external/ofl/Makefile:1.2
--- src/external/ofl/Makefile:1.1 Thu Nov 12 22:28:02 2020
+++ src/external/ofl/Makefile Fri Nov 13 08:33:07 2020
@@ -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>