1*301d732bSRobert Mustacchi# 2*301d732bSRobert Mustacchi# This file and its contents are supplied under the terms of the 3*301d732bSRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0. 4*301d732bSRobert Mustacchi# You may only use this file in accordance with the terms of version 5*301d732bSRobert Mustacchi# 1.0 of the CDDL. 6*301d732bSRobert Mustacchi# 7*301d732bSRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this 8*301d732bSRobert Mustacchi# source. A copy of the CDDL is also available via the Internet at 9*301d732bSRobert Mustacchi# http://www.illumos.org/license/CDDL. 10*301d732bSRobert Mustacchi# 11*301d732bSRobert Mustacchi 12*301d732bSRobert Mustacchi# 13*301d732bSRobert Mustacchi# Copyright 2026 Oxide Computer Company 14*301d732bSRobert Mustacchi# 15*301d732bSRobert Mustacchi 16*301d732bSRobert Mustacchi# 17*301d732bSRobert Mustacchi# This Makefile is used to build plugins as 64-bit shared objects. This is 18*301d732bSRobert Mustacchi# similar in spirit to Makefile.lib.64 with a few extras. 19*301d732bSRobert Mustacchi# 20*301d732bSRobert Mustacchi 21*301d732bSRobert Mustacchiinclude $(SRC)/Makefile.master.64 22*301d732bSRobert Mustacchi 23*301d732bSRobert MustacchiELFCLASS = 64 24