diff options
author | Toomas Soome <tsoome@me.com> | 2020-04-01 14:28:32 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2020-04-06 09:13:24 +0300 |
commit | 5f1360505f125e92a7fb558f30f3e14a1abab96b (patch) | |
tree | d14e24835c455ab3813f0f9b4d3cd5c8bf9501da | |
parent | c559157643fef9f9afb0414e00a3579407ba3052 (diff) | |
download | illumos-joyent-5f1360505f125e92a7fb558f30f3e14a1abab96b.tar.gz |
12460 libpcsc is missing sparc target directories
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
-rw-r--r-- | usr/src/lib/libpcsc/sparc/Makefile | 18 | ||||
-rw-r--r-- | usr/src/lib/libpcsc/sparcv9/Makefile | 19 |
2 files changed, 37 insertions, 0 deletions
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) |