1*446c407dSJohn Levon#
2*446c407dSJohn Levon# This file and its contents are supplied under the terms of the
3*446c407dSJohn Levon# Common Development and Distribution License ("CDDL"), version 1.0.
4*446c407dSJohn Levon# You may only use this file in accordance with the terms of version
5*446c407dSJohn Levon# 1.0 of the CDDL.
6*446c407dSJohn Levon#
7*446c407dSJohn Levon# A full copy of the text of the CDDL should have accompanied this
8*446c407dSJohn Levon# source.  A copy of the CDDL is also available via the Internet at
9*446c407dSJohn Levon# http://www.illumos.org/license/CDDL.
10*446c407dSJohn Levon#
11*446c407dSJohn Levon# Copyright (c) 2019, Joyent, Inc.
12*446c407dSJohn Levon#
13*446c407dSJohn Levon
14*446c407dSJohn LevonMODULE = disk_label.so
15*446c407dSJohn LevonMDBTGT = raw
16*446c407dSJohn Levon
17*446c407dSJohn LevonMODSRCS = disk_label.c
18*446c407dSJohn Levon
19*446c407dSJohn Levoninclude ../../../../Makefile.cmd
20*446c407dSJohn Levoninclude ../../Makefile.ia32
21*446c407dSJohn Levoninclude ../../../Makefile.module
22*446c407dSJohn Levon
23*446c407dSJohn LevonMODSRCS_DIR = ../../../common/modules/disk_label
24*446c407dSJohn Levon
25*446c407dSJohn LevonCPPFLAGS += -I$(SRC)/uts/common -I$(SRC)/cmd/boot/installboot/i386
26*446c407dSJohn Levon
27*446c407dSJohn LevonLDLIBS += -luuid
28