1 # This file and its contents are supplied under the terms of the
2 # Common Development and Distribution License ("CDDL"). You may
3 # only use this file in accordance with the terms of the CDDL.
5 # A full copy of the text of the CDDL should have accompanied this
6 # source. A copy of the CDDL is also available via the Internet at
7 # http://www.illumos.org/license/CDDL.
11 # Copyright (c) 2020, Aurelien Larcher. All rights reserved.
14 OCAML_ETCDIR
= $(ETCDIR
)/ocaml
15 OCAML_LIBDIR
= $(USRLIBDIR64
)/ocaml
17 # Select preferred Python version
18 OCAML_PYTHON_VERSION
= 3.9
19 PYTHON_VERSION
= $(OCAML_PYTHON_VERSION
)