about summary refs log tree commit diff
path: root/OpenBSD/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'OpenBSD/Makefile')
-rw-r--r--OpenBSD/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenBSD/Makefile b/OpenBSD/Makefile
new file mode 100644
index 0000000..0fd4e2e
--- /dev/null
+++ b/OpenBSD/Makefile
@@ -0,0 +1,9 @@
+SYSTEM = OpenBSD
+VERSION = 6.8
+MIRROR = https://cdn.openbsd.org/pub/OpenBSD/${VERSION}/amd64
+V = ${VERSION:S/.//}
+DISTFILES = comp${V}.tgz game${V}.tgz man${V}.tgz
+FILES = ./usr/share/man/man[1-9]*/
+STRIP = 4
+
+.include "../system.mk"