1*1410cb93SJoshua M. Clulow# 2*1410cb93SJoshua M. Clulow# This file and its contents are supplied under the terms of the 3*1410cb93SJoshua M. Clulow# Common Development and Distribution License ("CDDL"), version 1.0. 4*1410cb93SJoshua M. Clulow# You may only use this file in accordance with the terms of version 5*1410cb93SJoshua M. Clulow# 1.0 of the CDDL. 6*1410cb93SJoshua M. Clulow# 7*1410cb93SJoshua M. Clulow# A full copy of the text of the CDDL should have accompanied this 8*1410cb93SJoshua M. Clulow# source. A copy of the CDDL is also available via the Internet at 9*1410cb93SJoshua M. Clulow# http://www.illumos.org/license/CDDL. 10*1410cb93SJoshua M. Clulow# 11*1410cb93SJoshua M. Clulow 12*1410cb93SJoshua M. Clulow# 13*1410cb93SJoshua M. Clulow# Copyright (c) 2013, Joyent, Inc. All rights reserved. 14*1410cb93SJoshua M. Clulow# 15*1410cb93SJoshua M. Clulow 16*1410cb93SJoshua M. ClulowMODULE = disk-lights 17*1410cb93SJoshua M. ClulowCLASS = common 18*1410cb93SJoshua M. ClulowSRCS = disk_lights.c 19*1410cb93SJoshua M. Clulow 20*1410cb93SJoshua M. Clulowinclude ../../Makefile.plugin 21*1410cb93SJoshua M. Clulow 22*1410cb93SJoshua M. ClulowLINTFLAGS += -L$(ROOT)/usr/lib/fm 23*1410cb93SJoshua M. ClulowLDLIBS += -ltopo 24*1410cb93SJoshua M. ClulowLDFLAGS += -L$(ROOT)/usr/lib/fm -R/usr/lib/fm 25