1711890bcSjc#
2711890bcSjc# CDDL HEADER START
3711890bcSjc#
4711890bcSjc# The contents of this file are subject to the terms of the
5711890bcSjc# Common Development and Distribution License (the "License").
6711890bcSjc# You may not use this file except in compliance with the License.
7711890bcSjc#
8711890bcSjc# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9711890bcSjc# or http://www.opensolaris.org/os/licensing.
10711890bcSjc# See the License for the specific language governing permissions
11711890bcSjc# and limitations under the License.
12711890bcSjc#
13711890bcSjc# When distributing Covered Code, include this CDDL HEADER in each
14711890bcSjc# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15711890bcSjc# If applicable, add the following below this CDDL HEADER, with the
16711890bcSjc# fields enclosed by brackets "[]" replaced with your own identifying
17711890bcSjc# information: Portions Copyright [yyyy] [name of copyright owner]
18711890bcSjc#
19711890bcSjc# CDDL HEADER END
20711890bcSjc#
21711890bcSjc
22711890bcSjc#
2372e1c055Sjc# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24711890bcSjc# Use is subject to license terms.
25711890bcSjc#
2605ede3dbSJohn Levon# Copyright (c) 2018, Joyent, Inc.
27711890bcSjc
28711890bcSjcLIBRARY =	libraidcfg.a
29711890bcSjcVERS =		.1
30711890bcSjcOBJECTS =	raidcfg.o
31711890bcSjc
32711890bcSjcinclude ../../Makefile.lib
33711890bcSjc
34*241c90a0SRichard LoweLIBS =		$(DYNLIB)
3572e1c055SjcLDLIBS +=	-ldevinfo -lc
36711890bcSjc
37711890bcSjcSRCDIR =	../common
38711890bcSjc
39711890bcSjcCFLAGS +=	$(CCVERBOSE)
407014882cSRichard LoweCERRWARN +=	-_gcc=-Wno-type-limits
41711890bcSjc
4205ede3dbSJohn Levon# not linted
4305ede3dbSJohn LevonSMATCH=off
4405ede3dbSJohn Levon
45711890bcSjc.KEEP_STATE:
46711890bcSjc
47711890bcSjcall: $(LIBS)
48711890bcSjc
49317fb4acSYu-Bo Ryan WangSECLEVEL = standard
50317fb4acSYu-Bo Ryan Wang
51711890bcSjc
52711890bcSjcinclude ../../Makefile.targ
53