about summary refs log tree commit diff
path: root/macOS/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-21 13:45:11 -0400
committerJune McEnroe <june@causal.agency>2021-06-21 13:47:17 -0400
commitc7c44d88fedb8392476c05b0de01dc5623b0aa70 (patch)
treed1c82f3a974adad781f42246f56b6ef8478ea218 /macOS/Makefile
parentUpdate to OpenBSD 6.9 (diff)
downloadexman-c7c44d88fedb8392476c05b0de01dc5623b0aa70.tar.gz
exman-c7c44d88fedb8392476c05b0de01dc5623b0aa70.zip
Add manuals for macOS 11.3
Diffstat (limited to 'macOS/Makefile')
-rw-r--r--macOS/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/macOS/Makefile b/macOS/Makefile
new file mode 100644
index 0000000..2fd7b09
--- /dev/null
+++ b/macOS/Makefile
@@ -0,0 +1,8 @@
+SYSTEM = macOS
+VERSION = 11.3
+MIRROR = https://github.com/phracker/MacOSX-SDKs/releases/download/${VERSION}
+DISTFILES = MacOSX${VERSION}.sdk.tar.xz
+FILES = MacOSX${VERSION}.sdk/usr/share/man/man[1-9]/
+STRIP = 4
+
+.include "../system.mk"