Makefile revision 1410cb930a3e26032c59c6835837a28c47366b3c
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews#
fb84f9014321c5f33c4682de5661b579fcde318fAndreas Gustafsson# This file and its contents are supplied under the terms of the
48900a8f62784cce8afb632190512581e1c20d34Tinderbox User# Common Development and Distribution License ("CDDL"), version 1.0.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You may only use this file in accordance with the terms of version
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# 1.0 of the CDDL.
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User#
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# A full copy of the text of the CDDL should have accompanied this
fb84f9014321c5f33c4682de5661b579fcde318fAndreas Gustafsson# source. A copy of the CDDL is also available via the Internet at
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# http://www.illumos.org/license/CDDL.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Copyright (c) 2013, Joyent, Inc. All rights reserved.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein#
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark AndrewsMODULE = disk-lights
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserCLASS = common
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserSRCS = disk_lights.c
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox Userinclude ../../Makefile.plugin
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserLINTFLAGS += -L$(ROOT)/usr/lib/fm
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinLDLIBS += -ltopo
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox UserLDFLAGS += -L$(ROOT)/usr/lib/fm -R/usr/lib/fm
7911e6f9de303bca5a3d8b34f4330c8f7cecffaeTinderbox User