mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
141f6b308e
at this point, only python itself will be built for 3.7.x; modules are still all built against 3.6.
10 lines
144 B
Makefile
10 lines
144 B
Makefile
# $OpenBSD: Makefile,v 1.69 2019/04/21 09:33:32 sthen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += 2.7
|
|
SUBDIR += 3.6
|
|
SUBDIR += 3.7
|
|
|
|
.include <bsd.port.subdir.mk>
|
|
|