1*8ad93a82SRobert Mustacchi# 2*8ad93a82SRobert Mustacchi# This file and its contents are supplied under the terms of the 3*8ad93a82SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0. 4*8ad93a82SRobert Mustacchi# You may only use this file in accordance with the terms of version 5*8ad93a82SRobert Mustacchi# 1.0 of the CDDL. 6*8ad93a82SRobert Mustacchi# 7*8ad93a82SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this 8*8ad93a82SRobert Mustacchi# source. A copy of the CDDL is also available via the Internet at 9*8ad93a82SRobert Mustacchi# http://www.illumos.org/license/CDDL. 10*8ad93a82SRobert Mustacchi# 11*8ad93a82SRobert Mustacchi 12*8ad93a82SRobert Mustacchi# 13*8ad93a82SRobert Mustacchi# Copyright 2020 Oxide Computer Company 14*8ad93a82SRobert Mustacchi# 15*8ad93a82SRobert Mustacchi 16*8ad93a82SRobert MustacchiMODULE = libsmbios.so 17*8ad93a82SRobert MustacchiMDBTGT = proc 18*8ad93a82SRobert Mustacchi 19*8ad93a82SRobert MustacchiMODSRCS = smbios.c 20*8ad93a82SRobert Mustacchi 21*8ad93a82SRobert Mustacchiinclude ../../../../Makefile.cmd 22*8ad93a82SRobert Mustacchiinclude ../../../../Makefile.cmd.64 23*8ad93a82SRobert Mustacchiinclude ../../Makefile.amd64 24*8ad93a82SRobert Mustacchiinclude ../../../Makefile.module 25*8ad93a82SRobert Mustacchi 26*8ad93a82SRobert MustacchiMODSRCS_DIR = ../../modules/smbios 27*8ad93a82SRobert MustacchiLDLIBS += -lsmbios 28