xref: /illumos-gate/usr/src/lib/libofmt/amd64/Makefile (revision e96f841955c0305f457b111a667cc536d1eba3d0)
1*e96f8419SYuri Pankov#
2*e96f8419SYuri Pankov# This file and its contents are supplied under the terms of the
3*e96f8419SYuri Pankov# Common Development and Distribution License ("CDDL"), version 1.0.
4*e96f8419SYuri Pankov# You may only use this file in accordance with the terms of version
5*e96f8419SYuri Pankov# 1.0 of the CDDL.
6*e96f8419SYuri Pankov#
7*e96f8419SYuri Pankov# A full copy of the text of the CDDL should have accompanied this
8*e96f8419SYuri Pankov# source.  A copy of the CDDL is also available via the Internet at
9*e96f8419SYuri Pankov# http://www.illumos.org/license/CDDL.
10*e96f8419SYuri Pankov#
11*e96f8419SYuri Pankov
12*e96f8419SYuri Pankov#
13*e96f8419SYuri Pankov# Copyright 2017 Nexenta Systems, Inc.
14*e96f8419SYuri Pankov#
15*e96f8419SYuri Pankov
16*e96f8419SYuri Pankovinclude		../Makefile.com
17*e96f8419SYuri Pankovinclude		$(SRC)/lib/Makefile.lib.64
18*e96f8419SYuri Pankov
19*e96f8419SYuri Pankovinstall:	all $(ROOTLIBS64) $(ROOTLINKS64)
20