blob: 54c8b0faa30970a1318f0d17514522bf302de6c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
SYSTEM = OpenBSD
VERSION = 7.1
MIRROR = https://cdn.openbsd.org/pub/OpenBSD/${VERSION}/amd64
V = ${VERSION:S/.//}
DISTFILES = comp${V}.tgz game${V}.tgz man${V}.tgz
FILES = ./usr/share/man/man[1-9]*/
STRIP = 4
.include "../system.mk"
|