1*7ac89354SDon Brady#
2*7ac89354SDon Brady# This file and its contents are supplied under the terms of the
3*7ac89354SDon Brady# Common Development and Distribution License ("CDDL"), version 1.0.
4*7ac89354SDon Brady# You may only use this file in accordance with the terms of version
5*7ac89354SDon Brady# 1.0 of the CDDL.
6*7ac89354SDon Brady#
7*7ac89354SDon Brady# A full copy of the text of the CDDL should have accompanied this
8*7ac89354SDon Brady# source.  A copy of the CDDL is also available via the Internet at
9*7ac89354SDon Brady# http://www.illumos.org/license/CDDL.
10*7ac89354SDon Brady#
11*7ac89354SDon Brady
12*7ac89354SDon Brady#
13*7ac89354SDon Brady# Copyright 2020 Joyent, Inc.
14*7ac89354SDon Brady#
15*7ac89354SDon Brady
16*7ac89354SDon BradyPROG = libzfs_input_check
17*7ac89354SDon Brady
18*7ac89354SDon Bradyinclude $(SRC)/cmd/Makefile.cmd
19*7ac89354SDon Bradyinclude ../Makefile.subdirs
20*7ac89354SDon Brady
21*7ac89354SDon BradyCPPFLAGS += -I$(SRC)/uts/common/fs/zfs
22*7ac89354SDon BradyLDLIBS += -lnvpair -lzfs_core
23