xref: /illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/Makefile (revision 6d65bee7bcc62b2d9bdfde6610561ce76c92a908)
1*6d65bee7SRob Johnston#
2*6d65bee7SRob Johnston# This file and its contents are supplied under the terms of the
3*6d65bee7SRob Johnston# Common Development and Distribution License ("CDDL"), version 1.0.
4*6d65bee7SRob Johnston# You may only use this file in accordance with the terms of version
5*6d65bee7SRob Johnston# 1.0 of the CDDL.
6*6d65bee7SRob Johnston#
7*6d65bee7SRob Johnston# A full copy of the text of the CDDL should have accompanied this
8*6d65bee7SRob Johnston# source.  A copy of the CDDL is also available via the Internet at
9*6d65bee7SRob Johnston# http://www.illumos.org/license/CDDL.
10*6d65bee7SRob Johnston#
11*6d65bee7SRob Johnston
12*6d65bee7SRob Johnston#
13*6d65bee7SRob Johnston# Copyright (c) 2018, Joyent, Inc.
14*6d65bee7SRob Johnston#
15*6d65bee7SRob Johnston
16*6d65bee7SRob JohnstonMODULE = smbios
17*6d65bee7SRob JohnstonCLASS = common
18*6d65bee7SRob JohnstonMODULESRCS = smbios_enum.c
19*6d65bee7SRob Johnston
20*6d65bee7SRob Johnstoninclude ../../Makefile.plugin
21*6d65bee7SRob Johnston
22*6d65bee7SRob JohnstonLDLIBS += -lsmbios
23