kmos 3c8fb63ad4 Add the necessary bits in python.port.mk to recognize 3.9 as a valid
Python version and hook Python 3.9.0 up to the build
2020-10-05 20:51:18 +00:00

11 lines
157 B
Makefile

# $OpenBSD: Makefile,v 1.72 2020/10/05 20:51:18 kmos Exp $
SUBDIR =
SUBDIR += 2.7
SUBDIR += 3.7
SUBDIR += 3.8
SUBDIR += 3.9
.include <bsd.port.subdir.mk>