diff options
author | Jason King <jason.king@joyent.com> | 2018-02-16 16:21:53 +0000 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2018-08-28 10:23:33 -0400 |
commit | 500cf85b0395b6835818b6248681bbbc27563dc1 (patch) | |
tree | 2ea59ada8aeeeb746404c53003cfad37d9331077 /usr/src/lib/libcustr/sparc | |
parent | f8e0ecf7cceff807dcd13fe031936e1ff28193e3 (diff) | |
download | illumos-gate-500cf85b0395b6835818b6248681bbbc27563dc1.tar.gz |
9762 Split the custr functions into their own library
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libcustr/sparc')
-rw-r--r-- | usr/src/lib/libcustr/sparc/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usr/src/lib/libcustr/sparc/Makefile b/usr/src/lib/libcustr/sparc/Makefile new file mode 100644 index 0000000000..f32d7a5b91 --- /dev/null +++ b/usr/src/lib/libcustr/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 2018, Joyent, Inc. +# + +include ../Makefile.com + +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) |