19 lines
1.2 KiB
Makefile
19 lines
1.2 KiB
Makefile
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# Copyright © 1991-2022 Amebis
|
|
# Copyright © 2016 GÉANT
|
|
|
|
######################################################################
|
|
# EAP Method Settings
|
|
######################################################################
|
|
|
|
# Type number as assigned by IANA
|
|
# (https://www.iana.org/assignments/eap-numbers/eap-numbers.xhtml#eap-numbers-4)
|
|
EAPMETHOD_TYPE=21
|
|
|
|
|
|
######################################################################
|
|
# Build MSM module!
|
|
######################################################################
|
|
|
|
!INCLUDE "..\MSIBuild\MakefileEAPMethod.mak"
|