about summary refs log tree commit diff
path: root/OpenBSD/Makefile
blob: 0fd4e2ebf53e68741c9220c24704d995e4e41429 (plain) (blame)
1
2
3
4
5
6
7
8
9
SYSTEM = OpenBSD
VERSION = 6.8
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"
tr> 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe