summaryrefslogtreecommitdiff
path: root/devel/gyp/tool.mk
blob: 1ae253c9158872a06092cbe33eb8a33e35e43918 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: tool.mk,v 1.2 2019/04/25 08:09:49 maya Exp $

.if !defined(GYP_TOOL_MK)
GYP_TOOL_MK= defined

PYTHON_VERSIONS_ACCEPTED=	27

# Gyp really wants an executable "python"; this does it
.include "../../lang/python/tool.mk"

.endif #GYP_TOOL_MK