From 5f1360505f125e92a7fb558f30f3e14a1abab96b Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Wed, 1 Apr 2020 14:28:32 +0300 Subject: 12460 libpcsc is missing sparc target directories Reviewed by: Andy Stormont Reviewed by: Peter Tribble Reviewed by: Hans Rosenfeld Approved by: Robert Mustacchi --- usr/src/lib/libpcsc/sparc/Makefile | 18 ++++++++++++++++++ usr/src/lib/libpcsc/sparcv9/Makefile | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 usr/src/lib/libpcsc/sparc/Makefile create mode 100644 usr/src/lib/libpcsc/sparcv9/Makefile diff --git a/usr/src/lib/libpcsc/sparc/Makefile b/usr/src/lib/libpcsc/sparc/Makefile new file mode 100644 index 0000000000..e4bd71f624 --- /dev/null +++ b/usr/src/lib/libpcsc/sparc/Makefile @@ -0,0 +1,18 @@ +# +# 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 2019 Joyent, Inc. +# + +include ../Makefile.com + +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libpcsc/sparcv9/Makefile b/usr/src/lib/libpcsc/sparcv9/Makefile new file mode 100644 index 0000000000..a32567f965 --- /dev/null +++ b/usr/src/lib/libpcsc/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 2019 Joyent, Inc. +# + +include ../Makefile.com +include ../../Makefile.lib.64 + +install: all $(ROOTLIBS64) $(ROOTLINKS64) -- cgit v1.2.3