From f20211217f12ce291fd518e61065cd273f23e4ea Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Tue, 27 Mar 2018 03:10:15 +0300 Subject: [PATCH] 8699 Want NIC transceiver visibility (fix sparc build) Approved by: Gordon Ross --- usr/src/lib/libsff/sparcv9/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 usr/src/lib/libsff/sparcv9/Makefile diff --git a/usr/src/lib/libsff/sparcv9/Makefile b/usr/src/lib/libsff/sparcv9/Makefile new file mode 100644 index 0000000000..4d3cfa1f81 --- /dev/null +++ b/usr/src/lib/libsff/sparcv9/Makefile @@ -0,0 +1,19 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright (c) 2017 Joyent, Inc. +# + +include ../Makefile.com +include ../../Makefile.lib.64 + +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) -- 2.11.4.GIT