mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
3c8fb63ad4
Python version and hook Python 3.9.0 up to the build
11 lines
157 B
Makefile
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>
|
|
|