diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2018-03-27 03:10:15 +0300 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2018-03-31 02:59:21 -0400 |
commit | f20211217f12ce291fd518e61065cd273f23e4ea (patch) | |
tree | c4c6d753ea52387a28888ae55fdf1a2b2487485f /usr/src | |
parent | 7e934d3acc051b7ee3ef0d11571fd1225800a607 (diff) | |
download | illumos-joyent-f20211217f12ce291fd518e61065cd273f23e4ea.tar.gz |
8699 Want NIC transceiver visibility (fix sparc build)
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/lib/libsff/sparcv9/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
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) |