summaryrefslogtreecommitdiff
path: root/fonts/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2020-04-26 19:19:08 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2020-04-26 19:19:08 +0200
commit35c45d89fb12ac883de247d0b028fee433b86af9 (patch)
tree9ba5fd323558adf60b397aff16a7dbc7e3e183be /fonts/Makefile
parente505dec5ac77157e2fdfddd9d6f191746d7c672b (diff)
add Makefiles
Diffstat (limited to 'fonts/Makefile')
-rw-r--r--fonts/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/fonts/Makefile b/fonts/Makefile
new file mode 100644
index 0000000..ddb2b1b
--- /dev/null
+++ b/fonts/Makefile
@@ -0,0 +1,7 @@
+# $OpenBSD$
+
+ SUBDIR =
+ SUBDIR += dejavu-fonts
+ SUBDIR += xorg-font-util
+
+.include <bsd.port.subdir.mk>