1*084fd14fSBrian Behlendorf#
2*084fd14fSBrian Behlendorf# This file and its contents are supplied under the terms of the
3*084fd14fSBrian Behlendorf# Common Development and Distribution License ("CDDL"), version 1.0.
4*084fd14fSBrian Behlendorf# You may only use this file in accordance with the terms of version
5*084fd14fSBrian Behlendorf# 1.0 of the CDDL.
6*084fd14fSBrian Behlendorf#
7*084fd14fSBrian Behlendorf# A full copy of the text of the CDDL should have accompanied this
8*084fd14fSBrian Behlendorf# source.  A copy of the CDDL is also available via the Internet at
9*084fd14fSBrian Behlendorf# http://www.illumos.org/license/CDDL.
10*084fd14fSBrian Behlendorf#
11*084fd14fSBrian Behlendorf
12*084fd14fSBrian Behlendorf#
13*084fd14fSBrian Behlendorf# Copyright 2019 Joyent, Inc.
14*084fd14fSBrian Behlendorf#
15*084fd14fSBrian Behlendorf
16*084fd14fSBrian BehlendorfPROG = has_unmap
17*084fd14fSBrian Behlendorf
18*084fd14fSBrian Behlendorfinclude $(SRC)/cmd/Makefile.cmd
19*084fd14fSBrian Behlendorf
20*084fd14fSBrian BehlendorfLDLIBS += -lc
21*084fd14fSBrian Behlendorf
22*084fd14fSBrian Behlendorfinclude ../Makefile.subdirs
23