about summary refs log tree commit diff
path: root/OpenBSD/Makefile
blob: f1b62c404c96e6be50d25bf2db887c69580425d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
SYSTEM = OpenBSD
VERSION = 7.2
MIRROR = https://cdn.openbsd.org/pub/OpenBSD/${VERSION}/amd64
V = ${VERSION:S/.//}
DISTFILES = base${V}.tgz comp${V}.tgz game${V}.tgz man${V}.tgz
FILES = ./usr/share/man/man[1-9]*/
STRIP = 4

.include "../system.mk"