diff options
Diffstat (limited to 'macOS/Makefile')
-rw-r--r-- | macOS/Makefile | 8 |
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" |