about summary refs log tree commit diff
path: root/FreeBSD/Makefile
blob: 57e6e7b7909e42dfb92146efc09d84ffb37ed1b0 (plain) (blame)
1
2
3
4
5
6
7
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"