xref: /illumos-gate/usr/src/lib/fm/libfmnotify/amd64/Makefile (revision 241c90a06e8d1708235651863df515a2d522a03a)
1f6e214c7SGavin Maltby#
2f6e214c7SGavin Maltby# CDDL HEADER START
3f6e214c7SGavin Maltby#
4f6e214c7SGavin Maltby# The contents of this file are subject to the terms of the
5f6e214c7SGavin Maltby# Common Development and Distribution License (the "License").
6f6e214c7SGavin Maltby# You may not use this file except in compliance with the License.
7f6e214c7SGavin Maltby#
8f6e214c7SGavin Maltby# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f6e214c7SGavin Maltby# or http://www.opensolaris.org/os/licensing.
10f6e214c7SGavin Maltby# See the License for the specific language governing permissions
11f6e214c7SGavin Maltby# and limitations under the License.
12f6e214c7SGavin Maltby#
13f6e214c7SGavin Maltby# When distributing Covered Code, include this CDDL HEADER in each
14f6e214c7SGavin Maltby# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f6e214c7SGavin Maltby# If applicable, add the following below this CDDL HEADER, with the
16f6e214c7SGavin Maltby# fields enclosed by brackets "[]" replaced with your own identifying
17f6e214c7SGavin Maltby# information: Portions Copyright [yyyy] [name of copyright owner]
18f6e214c7SGavin Maltby#
19f6e214c7SGavin Maltby# CDDL HEADER END
20f6e214c7SGavin Maltby#
21f6e214c7SGavin Maltby# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
22f6e214c7SGavin Maltby#
23f6e214c7SGavin Maltby
24f6e214c7SGavin MaltbyMACH_LDLIBS = -L$(ROOT)/usr/lib/fm/$(MACH64)
25f6e214c7SGavin Maltby
26f6e214c7SGavin Maltbyinclude ../Makefile.com
27f6e214c7SGavin Maltbyinclude ../../../Makefile.lib.64
28f6e214c7SGavin Maltby
29f6e214c7SGavin MaltbyDYNFLAGS += -R/usr/lib/fm/$(MACH64)
30f6e214c7SGavin Maltby
31*241c90a0SRichard Loweinstall: all $(ROOTLIBS64) $(ROOTLINKS64)
32