diff options
Diffstat (limited to 'POSIX/Makefile')
-rw-r--r-- | POSIX/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/POSIX/Makefile b/POSIX/Makefile new file mode 100644 index 0000000..6a36ca4 --- /dev/null +++ b/POSIX/Makefile @@ -0,0 +1,8 @@ +SYSTEM = POSIX +VERSION = 2017 +MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix +DISTFILES = man-pages-posix-${VERSION}-a.tar.xz +FILES = man-pages-posix-${VERSION}/man[0-3]p/ +STRIP = 1 + +.include "../system.mk" |