1N/A#
1N/A# This file and its contents are supplied under the terms of the
1N/A# Common Development and Distribution License ("CDDL"), version 1.0.
1N/A# You may only use this file in accordance with the terms of version
1N/A# 1.0 of the CDDL.
1N/A#
1N/A# A full copy of the text of the CDDL should have accompanied this
1N/A# source. A copy of the CDDL is also available via the Internet at
1N/A# http://www.illumos.org/license/CDDL.
1N/A#
1N/A
1N/A#
1N/A# Copyright (c) 2016 by Delphix. All rights reserved.
1N/A#
1N/A
1N/Ainclude $(SRC)/Makefile.master
1N/A
1N/ACALLBACKS = zfs_dbgmsg.ksh
1N/A
1N/AROOTOPTPKG = $(ROOT)/opt/zfs-tests
1N/ACALLBACKSDIR = $(ROOTOPTPKG)/callbacks
1N/A
1N/AFILES = $(CALLBACKS:%=$(CALLBACKSDIR)/%)
1N/A$(FILES) := FILEMODE = 0555
1N/A
1N/Aall: $(CALLBACKS)
1N/A
1N/Ainstall: $(CALLBACKSDIR) $(FILES)
1N/A
1N/Aclean lint clobber:
1N/A
1N/A$(CALLBACKSDIR):
1N/A $(INS.dir)
1N/A
1N/A$(CALLBACKSDIR)/%: %
1N/A $(INS.file)
1N/A