Files
ports/lang/python/Makefile
T
sthen 141f6b308e import python 3.7.3, ok rpointel@ kmos@
at this point, only python itself will be built for 3.7.x; modules are still
all built against 3.6.
2019-04-21 09:33:32 +00:00

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>