about summary refs log tree commit diff
path: root/FreeBSD/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'FreeBSD/Makefile')
-rw-r--r--FreeBSD/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/FreeBSD/Makefile b/FreeBSD/Makefile
new file mode 100644
index 0000000..57e6e7b
--- /dev/null
+++ b/FreeBSD/Makefile
@@ -0,0 +1,8 @@
+SYSTEM = FreeBSD
+VERSION = 12.2-RELEASE
+MIRROR = https://download.FreeBSD.org/ftp/releases/amd64/${VERSION}
+DISTFILES = base.txz
+FILES = ./usr/share/man/man[1-9]/
+STRIP = 4
+
+.include "../system.mk"